aboutsummaryrefslogtreecommitdiffstats
path: root/functions/draw_functions.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-29 05:22:49 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-29 05:22:49 +0000
commitc245584ea8d1748400ea1ca1171f37a4e225d15f (patch)
treee479aefe82cc00063ad5abbedc52da3c65f76913 /functions/draw_functions.php
parentfe65ec4e72ae3fdb00b244992c1d27f914879f1d (diff)
downloadphpicalendar-c245584ea8d1748400ea1ca1171f37a4e225d15f.tar.gz
phpicalendar-c245584ea8d1748400ea1ca1171f37a4e225d15f.tar.bz2
phpicalendar-c245584ea8d1748400ea1ca1171f37a4e225d15f.zip
More tweeks to day layout.
Diffstat (limited to 'functions/draw_functions.php')
-rw-r--r--functions/draw_functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions/draw_functions.php b/functions/draw_functions.php
index ee7fd91..52f6d47 100644
--- a/functions/draw_functions.php
+++ b/functions/draw_functions.php
@@ -1,4 +1,4 @@
-<?php
+<?php
// function returns starttime and endtime and event length for drawing into a grid
function drawEventTimes ($start, $end) {
@@ -34,5 +34,4 @@ function drawEventTimes ($start, $end) {
return array ("draw_start" => ($sta_h . $sta_min), "draw_end" => ($end_h . $end_min), "draw_length" => $draw_len);
}
-
?> \ No newline at end of file

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