wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / modules / admin / what-updates.php
index db13edb06cd54e60ddb2c17758e5b746558c9845..c2c31ac2ebc9d2fc88de4323f2e423a7ca92dcd5 100644 (file)
@@ -96,11 +96,11 @@ if (empty($response[0]) && empty($response[1]) && empty($response[2]))
                        for ($idx = 0; $idx < $max; $idx++)
                        {
                                // List only newer patches
-                               $TEST = substr(str_replace("\n", "", $response[$idx * 5 + 2]), 0, strlen($CONFIG['patch_level']));
+                               $TEST = substr(str_replace("\n", "", $response[$idx * 5 + 2]), 0, strlen($_CONFIG['patch_level']));
 
                                // I have removed the addional test for the stored timemark in database or you cannot find
                                // new updates on my server when you haven't installed it before I upload a patch... :-(
-                               if (bigintval($TEST) > bigintval($CONFIG['patch_level']))
+                               if (bigintval($TEST) > bigintval($_CONFIG['patch_level']))
                                {
                                        // Copy every data from the response array
                                        $PATCHES['fname'][] = str_replace("\n", "", $response[$idx * 5 + 2]);