Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / admin / what-list_autopurge.php
index 2ea68e8e1311a6537dd84823d91ac2777cd10964..0ff99f1899b2d754dd59b26ce6650c51a1645a27 100644 (file)
@@ -72,7 +72,7 @@ WHERE
 ORDER BY
        `d`.`userid` ASC", __FILE__, __LINE__);
 
-if (!ifSqlHasZeroNums($result)) {
+if (!ifSqlHasZeroNumRows($result)) {
        // Ok, we have found some inactive accounts
        $OUT = '';
        while ($content = sqlFetchArray($result)) {