Code style changed, ext-user continued:
[mailer.git] / css.php
diff --git a/css.php b/css.php
index c75762c63cf9b7de95d063d0cf33a9642ff58797..f3ba59c4d6b2f816dc284f652964d04aa049c7ef 100644 (file)
--- a/css.php
+++ b/css.php
@@ -42,7 +42,7 @@ require('inc/libs/security_functions.php');
 $GLOBALS['__footer_sent'] = -1;
 
 // Init start time
-$GLOBALS['__start_time'] = microtime(true);
+$GLOBALS['__start_time'] = microtime(TRUE);
 
 // This is a CSS file loader
 $GLOBALS['__module']      = 'css';