X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpatch-system.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=094f3a6af3b901020395eafee16b3b5e151f1137;hp=1e26908232233e1983124f02f037aaf3496058f5;hpb=60494e212a67fe360bfbb481eb4928480a6f379b;p=mailer.git diff --git a/inc/patch-system.php b/inc/patch-system.php index 1e26908232..f551ef47b7 100644 --- a/inc/patch-system.php +++ b/inc/patch-system.php @@ -1,63 +1,3 @@ $_CONFIG['patch_level']) -{ - // Update database and CONFIG array - $result = SQL_QUERY("UPDATE "._MYSQL_PREFIX."_config SET patch_level='".CURR_PATCH_LEVEL."', patch_ctime=UNIX_TIMESTAMP() WHERE config='0' LIMIT 1", - __FILE__, __LINE__); - $_CONFIG['patch_level'] = CURR_PATCH_LEVEL; - $_CONFIG['patch_ctime'] = time(); - - // Destroy cache - if (GET_EXT_VERSION("cache") >= "0.1.2") - { - if ($CACHE->cache_file("config", true)) - { - // Replace data - $CACHE->cache_replace("patch_level", $_CONFIG['patch_level'], "0", $CFG_CACHE); - $CACHE->cache_replace("patch_ctime", $_CONFIG['patch_ctime'], "0", $CFG_CACHE); - } - } -} - -// +// @DEPRECATED ?>