]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-points.php
Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / modules / member / what-points.php
index 7975df0833ab8eef7cec152aac50ab1ae3384f8f..34b65b9817f5ccb01dcbeb89aeee1330d864fcb0 100644 (file)
@@ -119,7 +119,7 @@ LIMIT 1',
                        convertZeroToNull($content['level'])
                ), __FILE__, __LINE__);
 
-       // Do we have an entry?
+       // Is there an entry?
        if (SQL_NUMROWS($result_points) == 1) {
                // Load data
                $content = merge_array($content, SQL_FETCHARRAY($result_points));