diff options
author | INOPIAE <inopiae@cacert.org> | 2013-01-18 01:05:04 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-01-18 01:05:04 +0100 |
commit | a0def68dac7b9a94af2df560efa94a98df043d66 (patch) | |
tree | 90518120c4b8d3ccdcd952da4197c056ce216dad | |
parent | 4f3dac724acdf23eafee3b51742a9b439effc800 (diff) | |
download | cacert-devel-a0def68dac7b9a94af2df560efa94a98df043d66.tar.gz cacert-devel-a0def68dac7b9a94af2df560efa94a98df043d66.tar.xz cacert-devel-a0def68dac7b9a94af2df560efa94a98df043d66.zip |
bug 893: fixed typo
-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!()ยง'; |