aboutsummaryrefslogtreecommitdiffstats
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
parentcd1b54f19226ee6ed1bf0affb75a9d01d819a650 (diff)
downloadphpicalendar-1ec12cdbd8a1b127c68c42b699cf757cd1187d44.tar.gz
phpicalendar-1ec12cdbd8a1b127c68c42b699cf757cd1187d44.tar.bz2
phpicalendar-1ec12cdbd8a1b127c68c42b699cf757cd1187d44.zip
Fixed attendees in popup, changed footer to 1.0
-rw-r--r--README4
-rw-r--r--includes/event.php2
-rw-r--r--includes/footer.inc.php2
3 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 6e6ffcd..48c78e9 100644
--- a/README
+++ b/README
@@ -86,6 +86,10 @@ functions folder.
Changes:
--------
+1.0
+ -Added return false to popups
+ -Added workaround for improperly set DTSTART dates.
+
1.0 RC-2
-Fixed all reported bugs.
-Added failed login dialog for config authentication.
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