More constant rewrites
[mailer.git] / inc / modules / admin / what-updates.php
index 16f3a6a3524d7498a3bd76b9a87c1682c08de8f2..4a1c8d780671e3798e050c6c3114df3526690fb5 100644 (file)
@@ -83,7 +83,7 @@ if (empty($response[0]) && empty($response[1]) && empty($response[2]) && empty($
                        'ctime' => array()
                );
 
-               if (($response[3] != "[EOF]") && ($ONLINE['version'] == FULL_VERSION)) {
+               if (($response[3] != "[EOF]") && ($ONLINE['version'] == constant('FULL_VERSION'))) {
                        // We have found new patches (newer than FULL_VERSION)
                        $max = str_replace("\n", "", $response[sizeof($response) - 2]); $TOTAL_SIZE = 0;