aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-30 18:38:48 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-30 18:38:48 +0000
commit1ec12cdbd8a1b127c68c42b699cf757cd1187d44 (patch)
tree7cc25399fce9e132cc5140847f7834d1957fb8bf /includes/event.php
parentcd1b54f19226ee6ed1bf0affb75a9d01d819a650 (diff)
downloadphpicalendar-1ec12cdbd8a1b127c68c42b699cf757cd1187d44.tar.gz
phpicalendar-1ec12cdbd8a1b127c68c42b699cf757cd1187d44.tar.bz2
phpicalendar-1ec12cdbd8a1b127c68c42b699cf757cd1187d44.zip
Fixed attendees in popup, changed footer to 1.0
Diffstat (limited to 'includes/event.php')
-rw-r--r--includes/event.php2
1 files changed, 1 insertions, 1 deletions
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 .= '<br>';
}
if ($status) {

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