]> 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 0834abb6a70d67edff089783e7fae5a7f02e2672..06b725b691dce08416b7835f1a8681f5b4492ddd 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Mitgliederprofile aendern                        *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009)             $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -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),