aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2017-07-31 20:08:24 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2017-07-31 20:08:24 +0300
commit68ba971f6946a8f99504488b4fac18dcd3ecf8fb (patch)
tree887cfaa0a41ee5eaf196562a77ece110f4d35e4d
parent7f242ad21c6ad2d5ddf9772777bd80e954adc9ad (diff)
downloadsavane-gray-68ba971f6946a8f99504488b4fac18dcd3ecf8fb.tar.gz
savane-gray-68ba971f6946a8f99504488b4fac18dcd3ecf8fb.tar.bz2
Fix a typo introduced with 68367d06
* frontend/php/account/verify.php: Remove stray comma
-rw-r--r--frontend/php/account/verify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/php/account/verify.php b/frontend/php/account/verify.php
index 50d0f61..793aed8 100644
--- a/frontend/php/account/verify.php
+++ b/frontend/php/account/verify.php
@@ -68,7 +68,7 @@ if (!empty($update))
$form_pw,
1, # accept not yet confirmed accounts
0, # not a cookie for a year
- 0, # not crypted
+ 0 # not crypted
))
{
$res = db_execute("UPDATE user SET status='A' WHERE user_name=?", array($form_loginname));

Return to:

Send suggestions and report system problems to the System administrator.