X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fpatch-system.php;h=f551ef47b7591c74e7b59193e56a1fa6505a87ab;hp=9a49e43d4977a5aa7a243b9ff89645d12032f0dc;hb=7fabfadce30a7bea7ce3ad1f1e2e7e5e616f2669;hpb=508228c85fba8448d00865b1639cb8cd7a69e457 diff --git a/inc/patch-system.php b/inc/patch-system.php index 9a49e43d49..f551ef47b7 100644 --- a/inc/patch-system.php +++ b/inc/patch-system.php @@ -1,54 +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 ?>