]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/payout_functions.php
no more SSL
[mailer.git] / inc / libs / payout_functions.php
index c8a9f304de4c355802378fdb7e052a895dc3b798..0183764d8c7da94ceec816fbb4bef026f965eb74 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 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -59,7 +59,7 @@ ORDER BY
                        array($points), __FUNCTION__, __LINE__);
 
                // Some entries found?
-               if (!ifSqlHasZeroNums($result)) {
+               if (!ifSqlHasZeroNumRows($result)) {
                        // Init output
                        $OUT = '';