]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_user.php
Even more variables renamed and login procedure prepared for filter
[mailer.git] / inc / modules / admin / what-edit_user.php
index 08d7be2580c159875097a0a45a5a177c96f41d10..06b725b691dce08416b7835f1a8681f5b4492ddd 100644 (file)
@@ -67,7 +67,7 @@ if ((SQL_NUMROWS($result_main) == 1) || (!REQUEST_ISSET_GET(('uid'))))
         elseif (REQUEST_ISSET_POST('edit'))
        {
                // Ok, change the account...
-               $PASS = false; $ADD = "";
+               $PASS = false; $add = "";
                if ((!REQUEST_ISSET_POST(('pass1'))) && (!REQUEST_ISSET_POST(('pass2'))))
                {
                        // Don't change the password
@@ -77,7 +77,7 @@ if ((SQL_NUMROWS($result_main) == 1) || (!REQUEST_ISSET_GET(('uid'))))
                {
                        // Change the password
                        $PASS = true;
-                       $ADD = ", password='".generateHash(REQUEST_POST('pass1'))."'";
+                       $add = ", password='".generateHash(REQUEST_POST('pass1'))."'";
                }
                if ($PASS)
                {
@@ -91,7 +91,7 @@ country='%s',
 zip=%s,
 city='%s',
 email='%s'
-".$ADD."
+".$add."
 WHERE userid=%s LIMIT 1",
  array(
        substr(REQUEST_POST('gender'), 0, 1),