Rewrote 'we' word a little, rewrote mail order to use SQL_INSERTID() instead of anoth...
[mailer.git] / inc / fix_refsystem.php
index 3c9f1eec1d2d91c63ad47bad78c0cac1c9b09849..bf874dbc2f9082496569fb22222143f91c1e5e0d 100644 (file)
@@ -40,7 +40,7 @@ if (!defined('__SECURITY')) {
        die();
 } // END - if
 
-// Sanity-check: Do we have ref level 0? If so, this must be fixed to NULL and `level` must be increased by one
+// Sanity-check: Is there ref level 0? If so, this must be fixed to NULL and `level` must be increased by one
 $result = SQL_QUERY('SELECT `id` FROM `{?_MYSQL_PREFIX?}_refsystem` WHERE `level`=0', __FILE__, __LINE__);
 if (!SQL_HASZERONUMS($result)) {
        // Remove index temporaly
@@ -73,7 +73,7 @@ WHERE
 ORDER BY
        `userid` ASC', __FILE__, __LINE__);
 
-// Do we have entries?
+// Are there entries?
 if (!SQL_HASZERONUMS($result_direct)) {
        // When 'walk' through all users
        while ($content = SQL_FETCHARRAY($result_direct)) {