]> git.mxchange.org Git - mailer.git/commitdiff
SQL fixed (opps)
authorRoland Häder <roland@mxchange.org>
Mon, 15 Aug 2011 12:31:45 +0000 (12:31 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 15 Aug 2011 12:31:45 +0000 (12:31 +0000)
inc/mysql-manager.php

index a836da97b41a42ca7edd20f597e140d45faf0807..52d051cd094d6dfb0f7e73a84cc06656311eb14b 100644 (file)
@@ -678,7 +678,7 @@ function isEmailTaken ($email) {
 FROM
        `{?_MYSQL_PREFIX?}_user_data`
 WHERE
-       REGEX '%s' `email` AND
+       '%s' REGEXP `email` AND
        `userid` %s
 LIMIT 1",
                array(
@@ -697,7 +697,7 @@ LIMIT 1",
 }
 
 // Validate the given menu action
-function isMenuActionValid ($mode, $action, $what, $updateEntry=false) {
+function isMenuActionValid ($mode, $action, $what, $updateEntry = false) {
        // Is the cache entry there and we shall not update?
        if ((isset($GLOBALS['action_valid'][$mode][$action][$what])) && ($updateEntry === false)) {
                // Count cache hit