]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-updates.php
Email details and bonus mails in admin swapped out to template
[mailer.git] / inc / modules / admin / what-updates.php
index 6e1e23f8af06e604330ced5951a5d3d132303a66..4bf1d60f1df4903b748f9c836c1102f35871d99e 100644 (file)
@@ -85,7 +85,7 @@ if (empty($response[0]) && empty($response[1]) && empty($response[2]) && empty($
 
                if (($response[3] != "[EOF]") && ($ONLINE['version'] == FULL_VERSION)) {
                        // We have found new patches (newer than FULL_VERSION)
-                       $max = str_replace("\n", "", $response[sizeof($response) - 2]); $TOTAL_SIZE = "0";
+                       $max = str_replace("\n", "", $response[sizeof($response) - 2]); $TOTAL_SIZE = 0;
 
                        // Maximum of available pacthes extracted (above). Now we can get all informations
                        for ($idx = 0; $idx < $max; $idx++) {
@@ -132,6 +132,9 @@ if (empty($ONLINE['version'])) {
 
        // Load template
        LOAD_TEMPLATE("admin_update_download");
+/*
+ * DEACTIVATED ON 09/11/2008,02:47 AM
+ *
 } elseif (sizeof($PATCHES['fname']) > 0) {
        // Some patches are available
        $OUT = ""; $SW = "2";
@@ -160,6 +163,7 @@ if (empty($ONLINE['version'])) {
 
        // Load main template
        LOAD_TEMPLATE("admin_patches");
+*/
 } else {
        // You have the latest version!
        LOAD_TEMPLATE("admin_settings_saved", false, NO_UPDATES_AVAILABLE);