X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-updates.php;h=de2c0a2dcd496f5ca0d9dd9344cec34759ad8d61;hp=411634ab67777e8721ad5a1922176c4c4f4d3aeb;hb=81bfbcd72e424060ea1223b49ad92fcfa150f361;hpb=05e9ddd952a47d42b9970a9d2afef20d77d3aecf diff --git a/inc/modules/admin/what-updates.php b/inc/modules/admin/what-updates.php index 411634ab67..de2c0a2dcd 100644 --- a/inc/modules/admin/what-updates.php +++ b/inc/modules/admin/what-updates.php @@ -132,7 +132,7 @@ if (empty($ONLINE['version'])) { } elseif (($ONLINE['version'] != constant('FULL_VERSION')) || ($ONLINE['revision'] != constant('CURR_SVN_REVISION'))) { // New full-version available (all previous released patches are included in this version!) define('__ONLINE_VERSION', $ONLINE['version']); - define('__ONLINE_CHANGE' , generateDateTime($ONLINE['changed'], "2")); + define('__ONLINE_CHANGE' , generateDateTime($ONLINE['changed'], '2')); define('__ONLINE_REVISION', $ONLINE['revision']); // Load template