aboutsummaryrefslogtreecommitdiffstats
path: root/functions/template.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/template.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/template.php')
-rw-r--r--functions/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/template.php b/functions/template.php
index a84be3a..81b5016 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -208,7 +208,7 @@ class Page {
$this->page = str_replace('{' . strtoupper($tag) . '}', $data, $this->page);
}
- $php_ended = getmicrotime();
+ $php_ended = @getmicrotime();
$generated = number_format(($php_ended-$php_started),3);
$this->page = str_replace('{GENERATED}', $generated, $this->page);
print($this->page);

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