]> 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 aacab360913fc171609b04300adb617d413381ee..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++) {