aboutsummaryrefslogtreecommitdiffstats
path: root/functions/draw_functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions/draw_functions.php')
-rw-r--r--functions/draw_functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/draw_functions.php b/functions/draw_functions.php
index 2df0f37..20938a9 100644
--- a/functions/draw_functions.php
+++ b/functions/draw_functions.php
@@ -2,8 +2,8 @@
// function returns starttime and endtime and event length for drawing into a grid
function drawEventTimes ($start, $end) {
- global $gridLength;
-
+ global $phpiCal_config;
+ $gridLength = $phpiCal_config->gridLength;
preg_match ('/([0-9]{2})([0-9]{2})/', $start, $time);
$sta_h = $time[1];
$sta_min = $time[2];

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