X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Floader%2Fload-payments.php;h=c861e22df22827ba073ac09bfbf12a0834c8fbf9;hb=e70440e1164db8bbeeccd90df305bfa0efb641e1;hp=6a6ce9d68c4134ab718591fce2640b92a0293a24;hpb=6ab597cf6eeb82241f57ca7d13871338dbb9bcaa;p=mailer.git diff --git a/inc/loader/load-payments.php b/inc/loader/load-payments.php index 6a6ce9d68c..c861e22df2 100644 --- a/inc/loader/load-payments.php +++ b/inc/loader/load-payments.php @@ -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)) {