diff options
author | Urban Müller | 2012-08-17 16:10:27 +0000 |
---|---|---|
committer | Urban Müller | 2012-08-17 16:10:27 +0000 |
commit | 0f11d3ba3965eb202329c00bd8a5500c19b7ba73 (patch) | |
tree | 16f6e668d91d29278a59ddd380ddd65d807209f6 | |
parent | 6074ee527d589187e180adb389a5d16f33209698 (diff) | |
download | itools-0f11d3ba3965eb202329c00bd8a5500c19b7ba73.tar.gz itools-0f11d3ba3965eb202329c00bd8a5500c19b7ba73.tar.bz2 itools-0f11d3ba3965eb202329c00bd8a5500c19b7ba73.zip |
use float time
-rw-r--r-- | it_auto_prepend.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |