aboutsummaryrefslogtreecommitdiffstats
path: root/functions/date_functions.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-01 04:38:45 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-01 04:38:45 +0000
commit360568009988ec4dc4cef2af54d6790550ab4c18 (patch)
tree41d786dcfd000e5e56254959691599a52baf4383 /functions/date_functions.php
parent42ec254f9caa7322073f3356c82560970a7e3d32 (diff)
downloadphpicalendar-360568009988ec4dc4cef2af54d6790550ab4c18.tar.gz
phpicalendar-360568009988ec4dc4cef2af54d6790550ab4c18.tar.bz2
phpicalendar-360568009988ec4dc4cef2af54d6790550ab4c18.zip
Fixed event popup, works on new month template.
Diffstat (limited to 'functions/date_functions.php')
-rw-r--r--functions/date_functions.php5
1 files changed, 0 insertions, 5 deletions
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.

© 2014-2024 Faster IT GmbH | imprint | privacy policy