diff options
author | INOPIAE <inopiae@cacert.org> | 2013-01-12 22:09:28 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-01-12 22:09:28 +0100 |
commit | 5cc7d23b2c06864b452283d359f1262c34d532c8 (patch) | |
tree | ded17a24ce2b6423b6c0e97f18c7346f22d5cddc | |
parent | 0e6d2f58dcadf6ea7ff232603bf4138af74a49fe (diff) | |
download | cacert-devel-5cc7d23b2c06864b452283d359f1262c34d532c8.tar.gz cacert-devel-5cc7d23b2c06864b452283d359f1262c34d532c8.tar.xz cacert-devel-5cc7d23b2c06864b452283d359f1262c34d532c8.zip |
bug 893: fix 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 e6f5fa5..01e4770 100644 --- a/includes/temp_functions.php +++ b/includes/temp_functions.php @@ -150,7 +150,7 @@ function account_delete($id, $arbno, $adminid){ mysql_query("update `users` set `board`='0' where `id`='$id'"); //block account - mysql_query("update `users` set `locked`='1'where `id`='$id'"); //, `deleted`=Now() + mysql_query("update `users` set `locked`='1' where `id`='$id'"); //, `deleted`=Now() } |