Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / libs / payout_functions.php
index e8b2e853b55488d60f89502fbea2bab09feb5e5e..d7abac5fe2860013ffd654dc4ef2224974cfe437 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2015 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -57,7 +57,9 @@ WHERE
 ORDER BY
        `type` ASC',
                        array($points), __FUNCTION__, __LINE__);
-               if (!ifSqlHasZeroNums($result)) {
+
+               // Some entries found?
+               if (!ifSqlHasZeroNumRows($result)) {
                        // Init output
                        $OUT = '';
 
@@ -77,7 +79,7 @@ ORDER BY
                        loadTemplate('member_payout_list', TRUE, $OUT);
                } else {
                        // No payout types setup so far
-                       displayErrorMessage('{--MEMBER_PAYOUT_SETUP_INCOMPLETE--}');
+                       displayErrorMessage('{--MEMBER_PAYOUT_SETUP_INCOMPLETE_LOW_POINTS--}');
                }
 
                // Free memory