Code style changed, ext-user continued:
[mailer.git] / index.php
index a07f405aa42d578f40957f51a322205afa290ffb..f0683ecff1c5a97b3276f847a8954d9130821d8c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -43,7 +43,7 @@
 require('inc/libs/security_functions.php');
 
 // Init start time
-$GLOBALS['__start_time'] = microtime(true);
+$GLOBALS['__start_time'] = microtime(TRUE);
 
 // Set module/what and output mode
 $GLOBALS['__module']      = 'index';
@@ -93,7 +93,7 @@ if ((isSessionVariableSet('visited')) || (getConfig('index_delay') > -1)) {
                $content['module'] = 'index';
 
                // Load template
-               loadTemplate('index_forward', false, $content);
+               loadTemplate('index_forward', FALSE, $content);
        } // END - if
 
        // Footer (which will call doShutdown() for us)