]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/register_functions.php
Moved doTemplateFooBar() down (to match with other include files)
[mailer.git] / inc / libs / register_functions.php
index 97c6216650a967671876b9d477c9931ee1013c01..36fa9eb37eef60e61b7b7efaa1e5851b64f67c1b 100644 (file)
@@ -319,10 +319,7 @@ function doRegistration () {
                $countryData = bigintval(postRequestParameter('country_code'));
        } // END - if
 
-       //////////////////////////////
-       // Create user's account... //
-       //////////////////////////////
-       //
+       // Create user's account...
        SQL_QUERY_ESC("INSERT INTO
        `{?_MYSQL_PREFIX?}_user_data`
 (`gender`, `surname`, `family`, `street_nr`,%s, `zip`, `city`, `email`, `birth_day`, `birth_month`, `birth_year`, `password`, `max_mails`, `receive_mails`, `refid`, `status`, `user_hash`, `REMOTE_ADDR`, `joined`, `last_update`".$GLOBALS['register_sql_columns'].")