FROM
`{?_MYSQL_PREFIX?}_user_data`
WHERE
- REGEX '%s' `email` AND
+ '%s' REGEXP `email` AND
`userid` %s
LIMIT 1",
array(
}
// 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