]> git.mxchange.org Git - mailer.git/blobdiff - inc/fix_filters.php
Renamed ifSqlHasZeroNums() to ifSqlHasZeroNumRows() and improved some queries.
[mailer.git] / inc / fix_filters.php
index f0d1676aa8cceec6c8dd17837c7835889f15e585..294f1099bc74fd1b19a3b5c697898df278d2a777 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Repariert doppelte Eintraege in filters-Tabelle  *
  * -------------------------------------------------------------------- *
  * 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 *
@@ -46,7 +46,7 @@ ORDER BY
        `filter_function` ASC', __FILE__, __LINE__);
 
 // Are there entries? (there should be!)
-if (!ifSqlHasZeroNums($result)) {
+if (!ifSqlHasZeroNumRows($result)) {
        // Load row by row
        while ($filter = sqlFetchArray($result)) {
                // Now search again for this filter and get it's total count