X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload-imprint.php;h=05031b4e3b31e95c2cb821ae1eedf5e136667b01;hb=0ed9eaa5aea8db1f690a983a39ff4b2074faf6c5;hp=eb1d818d81a58189caca0f8382d0c7823615fdf9;hpb=39651508549dec13febf6b8dc11079bbc07b68e3;p=mailer.git diff --git a/inc/loader/load-imprint.php b/inc/loader/load-imprint.php index eb1d818d81..05031b4e3b 100644 --- a/inc/loader/load-imprint.php +++ b/inc/loader/load-imprint.php @@ -54,9 +54,6 @@ if (($GLOBALS['cache_instance']->loadCacheFile('imprint')) && ($GLOBALS['cache_i // 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?}_imprint_data` ORDER BY `imprint_id` ASC', __FILE__, __LINE__); while ($row = SQL_FETCHARRAY($result)) {