]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/doubler_functions.php
Removed gone websites
[mailer.git] / inc / libs / doubler_functions.php
index 4e312104a49ad68fe62b0580d1d75380edcbe135..31998dbe2db753951b2330432f6d6aa957883f3b 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 *
@@ -88,7 +88,7 @@ LIMIT %s",
                        $limit
                ), __FUNCTION__, __LINE__);
 
-       if (!ifSqlHasZeroNums($result)) {
+       if (!ifSqlHasZeroNumRows($result)) {
                // List entries
                $OUT = '';
                while ($content = sqlFetchArray($result)) {