]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-list_coupon.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / modules / member / what-list_coupon.php
index 757126c5c925b5fae7c3e7ddd1b70c4ead0a3619..e4ec9a406404f433d4dfef1ac4d776817f773f85 100644 (file)
@@ -74,7 +74,7 @@ ORDER BY
        `u`.`cashed_on` DESC", array(getMemberId()), __FILE__, __LINE__);
 
 // Are there entries?
-if (!ifSqlHasZeroNums($result)) {
+if (!ifSqlHasZeroNumRows($result)) {
        // Init variable
        $OUT = '';