]> git.mxchange.org Git - mailer.git/blobdiff - inc/loader/load_cache-config.php
Things that 'should not happen' should end in debug_report_bug(), not logDebugMessage...
[mailer.git] / inc / loader / load_cache-config.php
index 2c9e2bf35ee02b1626c411035d436fd7f3db2437..50938e779dd1170ab5c6be363b7f08e3ff7e2cdf 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/09/2008 *
- * ===============                              Last change: 09/09/2008 *
+ * Mailer v0.2.1-FINAL                                Start: 09/09/2008 *
+ * ===================                          Last change: 09/09/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : load_cache-config.php                            *
@@ -59,7 +59,7 @@ if (($GLOBALS['cache_instance']->loadCacheFile('config')) && ($GLOBALS['cache_in
 
        // Remove dummy array
        unset($config);
-} elseif (getOutputMode() != '1') {
+} elseif (getOutputMode() != 1) {
        // Create cache file here
        $GLOBALS['cache_instance']->init();