]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / inc / loader / load-
index aeedfc5dbe349059dce4a84b1759ff7fb2fc9604..7be34fe1e702af4a7b8f35c583fb29d75975d0d8 100644 (file)
@@ -51,9 +51,6 @@ if (($GLOBALS['cache_instance']->loadCacheFile('foo')) && ($GLOBALS['cache_insta
        // Create cache file
        $GLOBALS['cache_instance']->init();
 
-       // Load every data from DB to cache file
-       //$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__);
        while ($dummy = SQL_FETCHARRAY($result)) {