From 6eabeaeb9ff95f4f227c66e5293c0afdf0ac0ca4 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 7 Sep 2005 06:08:02 +0000 Subject: adjust date_functions.php, event.js, header.tpl to allow event popups to work with cpath multiple calendar directories --- functions/date_functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions/date_functions.php') diff --git a/functions/date_functions.php b/functions/date_functions.php index 6c524db..2b83c79 100644 --- a/functions/date_functions.php +++ b/functions/date_functions.php @@ -163,7 +163,7 @@ function chooseOffset($time) { } function openevent($event_date, $uid, $arr, $lines = 0, $length = 0, $link_class = '', $pre_text = '', $post_text = '') { - + global $cpath; $event_text = stripslashes(urldecode($arr["event_text"])); if (empty($start)) { $title = $event_text; @@ -193,7 +193,7 @@ function openevent($event_date, $uid, $arr, $lines = 0, $length = 0, $link_class static $popup_data_index = 0; $return = " "; -- cgit v1.2.3