]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-updates.php
Editing of network type handler partialy finished
[mailer.git] / inc / modules / admin / what-updates.php
index 672750b50da98f8402aef2cc81ab2343f1dbf5b0..54f27bc8476f386a1a6e974b4665d7621f856085 100644 (file)
@@ -89,7 +89,7 @@ if (empty($response[0]) && empty($response[1]) && empty($response[2]) && empty($
 // Is a newer version available?
 if (empty($ONLINE['version'])) {
        // Disconnected?
-       loadTemplate('admin_settings_saved', false, "<div class=\"admin_failed\">{--ADMIN_CANNOT_CHECK_VERSION--} (".$ONLINE['code'].")</div>");
+       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);