diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/43.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index 7bf6d04..8e6dc13 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -35,6 +35,8 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); if(intval(array_key_exists('userid',$_REQUEST)?$_REQUEST['userid']:0) <= 0) { + $_REQUEST['userid'] = 0; + $emailsearch = $email = mysql_escape_string(stripslashes($_REQUEST['email'])); //Disabled to speed up the queries |