]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-
Same thing fixed, but without the opps ...
[mailer.git] / inc / loader / load-
index da52c77498a3f3e2e956af5c9a1b1b7dee5470a4..de62187ebb7266f4d234a051a670fca02168831d 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -52,7 +52,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('foo')) && ($GLOBALS['cache_insta
        $GLOBALS['cache_instance']->init();
 
        // Load every data from DB to cache file
-       $add = runFilterChain('sql_admin_extra_data');
+       //$add = runFilterChain('sql_admin_extra_data');
 
        // Query the database about this
        $result = SQL_QUERY('SELECT * FROM `{?_MYSQL_PREFIX?}_foos` ORDER BY `some_bar` ASC', __FILE__, __LINE__);