Functions imported, some dev-scripts added
[mailer.git] / inc / loader / load_cache-config.php
index 72853a24f68552b65ce91ac42b925985d754df6f..39b032af951642da048e0253eb17dbbf7acc5f77 100644 (file)
@@ -46,7 +46,7 @@ if (($cacheInstance->loadCacheFile("config", true)) && ($cacheInstance->extensio
        global $cacheArray;
        $cacheArray['config'] = $cacheInstance->getArrayFromCache();
 
-       // TODO: Do we really need to cache the config???
+       // @TODO: Do we really need to cache the config???
 } elseif ((getConfig('cache_config') == "Y") && ($CSS != "1") && ($CSS != "-1")) {
        // Create cache file here
        $cacheInstance->init("CONFIG");