From 360568009988ec4dc4cef2af54d6790550ab4c18 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 1 Feb 2004 04:38:45 +0000 Subject: Fixed event popup, works on new month template. --- functions/date_functions.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'functions/date_functions.php') diff --git a/functions/date_functions.php b/functions/date_functions.php index ccd6bf6..67e96ea 100644 --- a/functions/date_functions.php +++ b/functions/date_functions.php @@ -14,11 +14,6 @@ if (phpversion() < '4.1') { } } -function getmicrotime() { - list($usec, $sec) = explode(' ',microtime()); - return ((float)$usec + (float)$sec); -} - // takes iCalendar 2 day format and makes it into 3 characters // if $txt is true, it returns the 3 letters, otherwise it returns the // integer of that day; 0=Sun, 1=Mon, etc. -- cgit v1.2.3