X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffix_refsystem.php;h=bf874dbc2f9082496569fb22222143f91c1e5e0d;hp=3c9f1eec1d2d91c63ad47bad78c0cac1c9b09849;hb=8fad776382e63b3f73f8dbe289f229d79cfc2c22;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;ds=sidebyside diff --git a/inc/fix_refsystem.php b/inc/fix_refsystem.php index 3c9f1eec1d..bf874dbc2f 100644 --- a/inc/fix_refsystem.php +++ b/inc/fix_refsystem.php @@ -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)) {