Some more corrections.

This commit is contained in:
Michal Čihař
2008-09-03 13:00:48 +00:00
parent 7199c3123c
commit 21d72b9d99

View File

@@ -412,8 +412,9 @@ function PMA_auth_check()
}
// BEGIN Swekey Integration
if (! Swekey_auth_check())
if (! Swekey_auth_check()) {
return false;
}
// END Swekey Integration
if (defined('PMA_CLEAR_COOKIES')) {