From c5e73fa883662edaeef6da6a308f6631b6f0eca5 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 28 Jan 2004 07:27:23 +0000 Subject: Major checkin, modified english to new language style. Preferences now template driven along with event and todo. Header and footer seem to work as well. --- functions/calendar_functions.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'functions/calendar_functions.php') diff --git a/functions/calendar_functions.php b/functions/calendar_functions.php index 56b0fa2..1602f2f 100644 --- a/functions/calendar_functions.php +++ b/functions/calendar_functions.php @@ -179,16 +179,18 @@ function display_ical_list($cals) { // trying to figure out if this is the selected calendar. $cal_httpPrefix_tmp = str_replace('webcal://', 'http://', $cal_tmp); if ($cal_httpPrefix_tmp == urldecode($cal)) { - print ""; + $return .= ""; } else { - print ""; + $return .= ""; } } // option to open all (non-web) calenders together if ($cal == $ALL_CALENDARS_COMBINED) { - print ""; + $return .= ""; } else { - print ""; + $return .= ""; } + + return $return; } \ No newline at end of file -- cgit v1.2.3