From c143f2891418cb0f0ae0f80f7d2d58e69879a722 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 31 Jan 2004 07:07:37 +0000 Subject: Many many changes. Faster templating. --- functions/date_functions.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'functions/date_functions.php') diff --git a/functions/date_functions.php b/functions/date_functions.php index 72b9a9c..02cfa77 100644 --- a/functions/date_functions.php +++ b/functions/date_functions.php @@ -195,21 +195,22 @@ function openevent($calendar_name, $start, $end, $arr, $lines, $wrap, $pre_text, $escaped_end = addslashes($end); // fix for URL-length bug in IE: populate and submit a hidden form on click static $popup_data_index = 0; -echo << + // -->"; -END; - echo ''; + $return .= ''; $popup_data_index++; } else { - echo ''; + $return .= ''; } - echo $pre_text.$event_text.$post_text.''."\n"; + $return .= $pre_text.$event_text.$post_text.''."\n"; } + + return $return; } -- cgit v1.2.3