Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2006-01-16 20:22:14 +0300
committerMarc Delisle <marc@infomarc.info>2006-01-16 20:22:14 +0300
commit258d8bf84cfa6edc991f2a6399ae526b0b8cb313 (patch)
tree95ece7df6da99e9d24339f2058cfd8fc58a0540f /server_privileges.php
parent7358f5a712f8329a84807dbb27d5a574c3214494 (diff)
typo
Diffstat (limited to 'server_privileges.php')
-rw-r--r--server_privileges.php2
1 files changed, 1 insertions, 1 deletions
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))))
{