From 258d8bf84cfa6edc991f2a6399ae526b0b8cb313 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 16 Jan 2006 17:22:14 +0000 Subject: typo --- server_privileges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server_privileges.php') diff --git a/server_privileges.php b/server_privileges.php index 7a4d67f830..dfad93ca16 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -973,7 +973,7 @@ if (!empty($update_privs)) { // FIXME: similar code appears twice in this script if ( ( isset($Grant_priv) && $Grant_priv == 'Y') - || ( ( ! isset($dbname) || ! strle($dbname) ) && PMA_MYSQL_INT_VERSION >= 40002 + || ( ( ! isset($dbname) || ! strlen($dbname) ) && PMA_MYSQL_INT_VERSION >= 40002 && ( isset($max_questions) || isset($max_connections) || isset($max_updates) || isset($max_user_connections)))) { -- cgit v1.2.3