From 6eff6bfcdc6eab54d1282c3019cbd6081a3425d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 8 Dec 2005 20:47:24 +0000 Subject: [PATCH] should be == --- libraries/auth/config.auth.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/auth/config.auth.lib.php b/libraries/auth/config.auth.lib.php index cff10670b..d78e5bfe2 100644 --- a/libraries/auth/config.auth.lib.php +++ b/libraries/auth/config.auth.lib.php @@ -120,7 +120,7 @@ function PMA_auth_fails() } else { if (!isset($GLOBALS['errno']) || (isset($GLOBALS['errno']) && $GLOBALS['errno'] != 2002) && $GLOBALS['errno'] != 2003) { // Check whether user has configured something - if ($_SESSION['PMA_Config']->source_mtime != 0) { + if ($_SESSION['PMA_Config']->source_mtime == 0) { echo '

' . sprintf($GLOBALS['strAccessDeniedCreateConfig'], '', '') . '

' . "\n"; } else { echo '

' . $GLOBALS['strAccessDeniedExplanation'] . '

' . "\n";