From 3ab4e96cebe1d980780d23fd1880722cc1cb1002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 8 Mar 2002 16:59:32 +0000 Subject: [PATCH] parse error.... --- libraries/auth/cookie.auth.lib.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/auth/cookie.auth.lib.php3 b/libraries/auth/cookie.auth.lib.php3 index 09bca6577..006c73101 100644 --- a/libraries/auth/cookie.auth.lib.php3 +++ b/libraries/auth/cookie.auth.lib.php3 @@ -377,7 +377,7 @@ if (uname.value == '') { setcookie('pma_cookie_password', $cfgServer['password'], 0, - $GLOBALS['cookie_path'], '' + $GLOBALS['cookie_path'], '', $GLOBALS['is_https']); } // end if