X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Floader%2Fload_cache-revision.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=9a7e55141378f5323480fcbf33b033d2750392f4;hp=29d8950b3e37c420494a546e3d4e6ba5a8e4efbc;hpb=6b13c5c64eebedd56683c78d799879e0dc618b21;p=mailer.git diff --git a/inc/loader/load_cache-revision.php b/inc/loader/load_cache-revision.php index 29d8950b3e..f551ef47b7 100644 --- a/inc/loader/load_cache-revision.php +++ b/inc/loader/load_cache-revision.php @@ -1,68 +1,3 @@ loadCacheFile('revision')) { - // Load revision from cache - $GLOBALS['cache_array']['revision'] = $GLOBALS['cache_instance']->getArrayFromCache(); -} elseif ((isHtmlOutputMode())) { - // 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", getCachePath()); - - // Is it there? - if (isFileReadable($FQFN)) { - // Then remove it - removeFile($FQFN); - } // END - if -} - -// [EOF] +// @DEPRECATED ?>