More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / inc / modules / admin / what-updates.php
index 96de642c722512410e7f0db9eacd441f255c8f22..6d73b593ac92c35a5afeb8b84f40c10502747a4a 100644 (file)
@@ -92,7 +92,7 @@ if (empty($ONLINE['version'])) {
        loadTemplate('admin_settings_saved', false, "<div class=\"admin_failed\">{--ADMIN_CANNOT_CHECK_VERSION--} (".$ONLINE['code'].")</div>");
 } 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);