]> git.mxchange.org Git - mailer.git/blobdiff - inc/filter-functions.php
moved initialization of this filter to it's own extension mode-setup.php script
[mailer.git] / inc / filter-functions.php
index 27a7b607c0f749c23e5ad7525da85cf7e6616c3b..de21a6fd9c69a8fe4e1d0e050fe5ccc158ced7b0 100644 (file)
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Funktionen fuer Filter-System                    *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2015 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 *
@@ -69,7 +69,7 @@ ORDER BY
        `filter_id` ASC', __FUNCTION__, __LINE__);
 
                // Are there entries?
-               if (!ifSqlHasZeroNums($result)) {
+               if (!ifSqlHasZeroNumRows($result)) {
                        // Load all filters
                        while ($filterArray = sqlFetchArray($result)) {
                                // Get filter name and function
@@ -118,7 +118,6 @@ ORDER BY
        registerFilter(__FUNCTION__, __LINE__, 'init', 'COUNT_MODULE');
        registerFilter(__FUNCTION__, __LINE__, 'init', 'UPDATE_LOGIN_DATA');
        registerFilter(__FUNCTION__, __LINE__, 'init', 'ACTIVATE_EXCHANGE');
-       registerFilter(__FUNCTION__, __LINE__, 'init', 'REDIRECT_WRONG_SERVER_NAME');
 
        // Post-initialization
        registerFilter(__FUNCTION__, __LINE__, 'post_init', 'DETERMINE_USERNAME');