From d659eeaafdaf5f32466a8be4d3b85e2411450e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 19 Apr 2010 14:21:36 +0200 Subject: [PATCH] No longer reference non existing message which is inline. --- 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 0777d337f..4289e230d 100644 --- a/libraries/auth/config.auth.lib.php +++ b/libraries/auth/config.auth.lib.php @@ -109,7 +109,7 @@ function PMA_auth_fails() // if we display the "Server not responding" error, do not confuse users // by telling them they have a settings problem // (note: it's true that they could have a badly typed host name, but - // anyway the current $strAccessDeniedExplanation tells that the server + // anyway the current message tells that the server // rejected the connection, which is not really what happened) // 2002 is the error given by mysqli // 2003 is the error given by mysql