]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load-payments.php
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / inc / loader / load-payments.php
index 6a6ce9d68c4134ab718591fce2640b92a0293a24..c861e22df22827ba073ac09bfbf12a0834c8fbf9 100644 (file)
@@ -70,9 +70,6 @@ if (($GLOBALS['cache_instance']->loadCacheFile('payments')) && ($GLOBALS['cache_
        // 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?}_payments` ORDER BY `id` ASC', __FILE__, __LINE__);
        while ($dummy = SQL_FETCHARRAY($result)) {