X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-updates.php;h=6d73b593ac92c35a5afeb8b84f40c10502747a4a;hp=96de642c722512410e7f0db9eacd441f255c8f22;hb=c2e17d983fcbc0c3bd1dd37908d87c678f0367df;hpb=d49fe31440f5946f23cd2b4044c6e0256640dde4 diff --git a/inc/modules/admin/what-updates.php b/inc/modules/admin/what-updates.php index 96de642c72..6d73b593ac 100644 --- a/inc/modules/admin/what-updates.php +++ b/inc/modules/admin/what-updates.php @@ -92,7 +92,7 @@ if (empty($ONLINE['version'])) { loadTemplate('admin_settings_saved', false, "
{--ADMIN_CANNOT_CHECK_VERSION--} (".$ONLINE['code'].")
"); } elseif (($ONLINE['version'] != getConfig('FULL_VERSION')) || ($ONLINE['revision'] != getConfig('CURR_SVN_REVISION'))) { // New full-version available (all previous released patches are included in this version!) - $ONLINE['changed'] = generateDateTime($ONLINE['changed'], '2'); + $ONLINE['changed'] = generateDateTime($ONLINE['changed'], 2); // Load template loadTemplate('admin_update_download', false, $ONLINE);