]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_user.php
mailer project continued:
[mailer.git] / inc / modules / admin / what-edit_user.php
index 6cc2e584ebcda2a6704f9b9206e76c777c0d1194..73b1ff59781ee020139f24d0c26daf5989f77b82 100644 (file)
@@ -18,7 +18,7 @@
  * @TODO Add support for ext-country                                    *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -78,7 +78,7 @@ if ((!isGetRequestElementSet('userid')) || (SQL_NUMROWS($result_main) == 1)) {
                } elseif ((postRequestElement('pass1') == postRequestElement('pass2'))) {
                        // Change the password
                        $updateUser = true;
-                       $add = ", `password`='" . generateHash(postRequestElement('pass1')) . "'";
+                       $add = ",`password`='" . generateHash(postRequestElement('pass1')) . "'";
                }
 
                if ($updateUser === true) {