aboutsummaryrefslogtreecommitdiffstats
path: root/includes
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
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')
-rw-r--r--includes/event.php2
-rw-r--r--includes/footer.inc.php2
2 files changed, 2 insertions, 2 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) {
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 @@
<?php
-echo "<center class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 1.0 RC-2</a>";
+echo "<center class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 1.0</a>";
if ($enable_rss == 'yes') {
echo "<br>\n";
if ((isset($current_view)) && ($current_view == 'rssindex')) {

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