X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fpatch-system.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hb=970cc173e27ee3fcb695fe5661622fff117375c9;hp=e36a18adb1723e4058d4c2886e5c2941947bf9dc;hpb=7a0301e78b2787f145105b8fe7899ac2656234cc;p=mailer.git diff --git a/inc/patch-system.php b/inc/patch-system.php index e36a18adb1..f551ef47b7 100644 --- a/inc/patch-system.php +++ b/inc/patch-system.php @@ -1,49 +1,3 @@ getConfig('patch_level')) || (getConfig('patch_level') == "CURR_SVN_REVISION") || (getConfig('patch_ctime') == "UNIX_TIMES")) { - // Update database and CONFIG array - UPDATE_CONFIG(array("patch_level", "patch_ctime"), array(constant('CURR_SVN_REVISION'), "UNIX_TIMESTAMP()")); - setConfigEntry('patch_level', constant('CURR_SVN_REVISION')); - setConfigEntry('patch_ctime', time()); -} // END - if - -// +// @DEPRECATED ?>