diff options
-rw-r--r-- | includes/temp_functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/temp_functions.php b/includes/temp_functions.php index 520b913..8f0e331 100644 --- a/includes/temp_functions.php +++ b/includes/temp_functions.php @@ -56,7 +56,7 @@ function account_delete($id, $arbno, $adminid){ // called from www/account.php if($oldid == 50 && $process != "") //change password $id = intval($id); - $arbno = mysql_real_escape_string($arbno) + $arbno = mysql_real_escape_string($arbno); $adminid = intval($adminid); $pool = 'abcdefghijklmnopqrstuvwxyz'; $pool .= '0123456789!()ยง'; |