From 0f11d3ba3965eb202329c00bd8a5500c19b7ba73 Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Fri, 17 Aug 2012 16:10:27 +0000
Subject: use float time

---
 it_auto_prepend.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'it_auto_prepend.php')

diff --git a/it_auto_prepend.php b/it_auto_prepend.php
index 36946ee..6028c5b 100644
--- a/it_auto_prepend.php
+++ b/it_auto_prepend.php
@@ -19,7 +19,7 @@
 **	along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-$GLOBALS['ULTRATIME'] = gettimeofday();
+$GLOBALS['ULTRATIME'] = microtime(true);
 unset($GLOBALS['IT_SYNTAXCONVERTER_DIR']);	# Security measure for register_globals on
 
 #$debug_itclassloader = true;
-- 
cgit v1.2.3