X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload-;h=7be34fe1e702af4a7b8f35c583fb29d75975d0d8;hb=e70440e1164db8bbeeccd90df305bfa0efb641e1;hp=eca6dfd929a548ec618a165ff61f6a9c183332d5;hpb=b6a6d0a2c0a0f274b937eb75c413db8fa9b44f9c;p=mailer.git diff --git a/inc/loader/load- b/inc/loader/load- index eca6dfd929..7be34fe1e7 100644 --- a/inc/loader/load- +++ b/inc/loader/load- @@ -40,7 +40,7 @@ if (!defined('__SECURITY')) { die(); } elseif (isInstallationPhase()) { // Use this code if you don't want to run this cache loader on installation phase - return; + return FALSE; } // Let's start with the admins table... @@ -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)) {