X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpatch-system.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=8268379f7f0f38f5cd605714ecd5cbfacff0e282;hp=37de0712551f64179a8bd09864f89ab35121fb0c;hpb=c1eab06914febad40fbb456d030a9101d6854a28;p=mailer.git diff --git a/inc/patch-system.php b/inc/patch-system.php index 37de071255..f551ef47b7 100644 --- a/inc/patch-system.php +++ b/inc/patch-system.php @@ -1,49 +1,3 @@ $_CONFIG['patch_level']) || ($_CONFIG['patch_level'] == "CURR_SVN_REVISION") || ($_CONFIG['patch_ctime'] == "UNIX_TIMES")) { - // Update database and CONFIG array - UPDATE_CONFIG(array("patch_level", "patch_ctime"), array(CURR_SVN_REVISION, "UNIX_TIMESTAMP()")); - $_CONFIG['patch_level'] = CURR_SVN_REVISION; - $_CONFIG['patch_ctime'] = time(); -} // END - if - -// +// @DEPRECATED ?>