Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv3769/includes
Modified Files:
event.php footer.inc.php
Log Message:
Fixed attendees in popup, changed footer to 1.0
Index: event.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/event.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** event.php 25 Nov 2003 22:13:56 -0000 1.20
--- event.php 30 Nov 2003 18:38:48 -0000 1.21
***************
*** 52,56 ****
$i++;
}
! $attendees = substr($attendees,0,-2);
$display .= '<br>';
}
--- 52,56 ----
$i++;
}
! $display .= substr($attendees,0,-2);
$display .= '<br>';
}
Index: footer.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/footer.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** footer.inc.php 26 Nov 2003 00:52:51 -0000 1.13
--- footer.inc.php 30 Nov 2003 18:38:48 -0000 1.14
***************
*** 1,5 ****
<?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>";
if ($enable_rss == 'yes') {
echo "<br>\n";
--- 1,5 ----
<?php
! 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";
|