From 1ec12cdbd8a1b127c68c42b699cf757cd1187d44 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 30 Nov 2003 18:38:48 +0000 Subject: Fixed attendees in popup, changed footer to 1.0 --- includes/event.php | 2 +- includes/footer.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/event.php b/includes/event.php index 8de5d20..2f39c3b 100644 --- a/includes/event.php +++ b/includes/event.php @@ -51,7 +51,7 @@ if ($attendee) { $attendees .= $attendee[$i]["name"] . ', '; $i++; } - $attendees = substr($attendees,0,-2); + $display .= substr($attendees,0,-2); $display .= '
'; } if ($status) { diff --git a/includes/footer.inc.php b/includes/footer.inc.php index 3a8bc38..52a9878 100644 --- a/includes/footer.inc.php +++ b/includes/footer.inc.php @@ -1,6 +1,6 @@
$powered_by_lang PHP iCalendar 1.0 RC-2"; +echo "

$powered_by_lang PHP iCalendar 1.0"; if ($enable_rss == 'yes') { echo "
\n"; if ((isset($current_view)) && ($current_view == 'rssindex')) { -- cgit v1.2.3