]> git.mxchange.org Git - mailer.git/blobdiff - inc/fix_user_points.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / fix_user_points.php
index a485c21d7fb58a61fa6858fc4ebd9f1375443115..f720907ff1c5ef34eff0e1b06291beaf5e7aebd4 100644 (file)
@@ -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)) {