]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_profile.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / daily / daily_profile.php
index 48e736f3759fe90555be965a26b32bb1989c489f..c68794916347a996153811fc6e620ed4a38e4c06 100644 (file)
@@ -71,7 +71,7 @@ ORDER BY
        `userid` ASC", __FILE__, __LINE__);
 
        // Are there some notifications to sent?
        `userid` ASC", __FILE__, __LINE__);
 
        // Are there some notifications to sent?
-       if (!ifSqlHasZeroNums($result)) {
+       if (!ifSqlHasZeroNumRows($result)) {
                // We need to send-out notifications...
                while ($content = sqlFetchArray($result)) {
                        // Translate timestamp
                // We need to send-out notifications...
                while ($content = sqlFetchArray($result)) {
                        // Translate timestamp