should be ==

This commit is contained in:
Michal Čihař
2005-12-08 20:47:24 +00:00
parent 948c3a1ddb
commit 6eff6bfcdc

View File

@@ -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 '<p>' . sprintf($GLOBALS['strAccessDeniedCreateConfig'], '<a href="scripts/setup.php">', '</a>') . '</p>' . "\n";
} else {
echo '<p>' . $GLOBALS['strAccessDeniedExplanation'] . '</p>' . "\n";