X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Floader%2Fload_cache-revision.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=b679042bd22371aa267e595db8d0e08941afc9eb;hp=f61ce66fba0c52ee410b518faffaed73a423d999;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/loader/load_cache-revision.php b/inc/loader/load_cache-revision.php index f61ce66fba..f551ef47b7 100644 --- a/inc/loader/load_cache-revision.php +++ b/inc/loader/load_cache-revision.php @@ -1,70 +1,3 @@ loadCacheFile('revision')) { - // Load revision from cache - $GLOBALS['cache_array']['revision'] = $GLOBALS['cache_instance']->getArrayFromCache(); -} elseif ((getOutputMode() != 1)) { - // Create cache file here - $GLOBALS['cache_instance']->init(); - - // add the new RevInfos in and saves it to the cache - $GLOBALS['cache_instance']->addRow(getArrayFromActualVersion()); - - // Close the cache - $GLOBALS['cache_instance']->finalize(); - - // Generate FQFN for old revision file - $FQFN = sprintf("%s/.revision", getConfig('CACHE_PATH')); - - // Is it there? - if (isFileReadable($FQFN)) { - // Then remove it - removeFile($FQFN); - } // END - if -} - -// [EOF] +// @DEPRECATED ?>