]> git.mxchange.org Git - mailer.git/blobdiff - inc/fix_user_points.php
Typo in naming a database column fixed
[mailer.git] / inc / fix_user_points.php
index addaae100c6c3931adc406130d6ca87d8f714e15..d17e02515be147c0b7b75ba0e2e0bfdc7f190698 100644 (file)
@@ -74,7 +74,7 @@ if (!SQL_HASZERONUMS($result)) {
                                // Nothing has been updated?
                                if (SQL_HASZEROAFFECTED()) {
                                        // Then insert it
-                                       SQL_QUERY_ESC("INSERT INTO `{?_MYSQL_PREFIX?}_user_points` (`userid`,`ref_depth`,`%s`) VALUES(%s,NULL,%s)",
+                                       SQL_QUERY_ESC("INSERT INTO `{?_MYSQL_PREFIX?}_user_points` (`userid`,`ref_depth`,`%s`) VALUES (%s,NULL,%s)",
                                                array(
                                                        $column,
                                                        $row['userid'],