For cookieexp use the right method names for get/set
authorRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Oct 2006 05:14:36 +0000 (05:14 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Thu, 12 Oct 2006 05:14:36 +0000 (05:14 +0000)
functions.php

index 0aefea5b45a759bf825f96f881a25b01cd0fe589..26a0d92f7d839138e412e2ee863eb57da493a250 100644 (file)
@@ -153,7 +153,7 @@ class Functions
        *
        * @param        integer Cookie expiration time
        */
-       function setCookiePath($exp)
+       function setCookieExpiration($exp)
        {
                $this->cookieexp = $exp;
        }
@@ -166,7 +166,7 @@ class Functions
        *
        * @return       integer The cookie expiration time
        */
-       function getCookiePath()
+       function getCookieExpiration()
        {
                return $this->cookieexp;
        }