Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv1039/includes
Modified Files:
footer.inc.php
Log Message:
Changed all instances of 0.9.4 to 0.9.5.
Index: footer.inc.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/footer.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** footer.inc.php 20 Sep 2003 21:46:17 -0000 1.9
--- footer.inc.php 13 Nov 2003 17:33:22 -0000 1.10
***************
*** 1,5 ****
<?php
! echo "<center class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 0.9.4</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 0.9.5</a>";
if ($enable_rss == 'yes') {
echo "<br>\n";
|