Update of /cvsroot/phpicalendar/phpicalendar/rss
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28835/rss
Modified Files:
index.php
Log Message:
Prefs Language checkin.
Index: index.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/rss/index.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** index.php 19 May 2004 04:09:12 -0000 1.27
--- index.php 19 May 2004 04:16:48 -0000 1.28
***************
*** 8,12 ****
$current_view = "rssindex";
! $display_date = "$calendar_lang - RSS Info";
$filelist = availableCalendarNames($username, $password, $ALL_CALENDARS_COMBINED);
--- 8,12 ----
$current_view = "rssindex";
! $display_date = "RSS Info";
$filelist = availableCalendarNames($username, $password, $ALL_CALENDARS_COMBINED);
|