Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / pool / pool-user.php
index 7282f3cc2bdb6233c3edde977f0876624e7fefda..128d793eea663d566c30dfa225e20f7bab524949 100644 (file)
@@ -84,7 +84,7 @@ $lastSentId = '0';
 $count_back = array(0);
 $pointsBack = array(0);
 
-if (!ifSqlHasZeroNums($result_main)) {
+if (!ifSqlHasZeroNumRows($result_main)) {
        // Parse all mails
        while ($mailData = sqlFetchArray($result_main)) {
                // Set mail order as 'active'. That means it will be sent out
@@ -123,7 +123,7 @@ if (!ifSqlHasZeroNums($result_main)) {
 
                                        // If there's no stats entry add it!
                                        //* DEBUG: */ debugOutput('!L:'.__LINE__.'/'.sqlNumRows($result_stats).'!');
-                                       if (ifSqlHasZeroNums($result_stats)) {
+                                       if (ifSqlHasZeroNumRows($result_stats)) {
                                                // No entry was found, so we add him!
                                                sqlQueryEscaped("INSERT INTO
        `{?_MYSQL_PREFIX?}_user_stats`