]> 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 b3bf8ec2a06452bd38bd61b3b2f7ae8b924db691..73b1ff59781ee020139f24d0c26daf5989f77b82 100644 (file)
@@ -18,8 +18,8 @@
  * @TODO Add support for ext-country                                    *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * 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 *
  * it under the terms of the GNU General Public License as published by *
@@ -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) {