X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Ffix_user_points.php;h=47b00fa51af7e835a3818b460cf2776a749aa2fb;hb=8b077b6e346bb473d05dc202d231b0cfc5179109;hp=a485c21d7fb58a61fa6858fc4ebd9f1375443115;hpb=2df8c1757b41f35e7c5b6a92c52ca96ab1b0bcb8;p=mailer.git diff --git a/inc/fix_user_points.php b/inc/fix_user_points.php index a485c21d7f..47b00fa51a 100644 --- a/inc/fix_user_points.php +++ b/inc/fix_user_points.php @@ -54,7 +54,7 @@ WHERE ORDER BY `userid` ASC', __FILE__, __LINE__); -// Do we have entries? (we should have!) +// Are there entries? (there should be!) if (!SQL_HASZERONUMS($result)) { // Load row by row while ($row = SQL_FETCHARRAY($result)) { @@ -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'],