Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3973
Modified Files:
month.php
Log Message:
Added RSS check, updated month for XHTML validation.
Index: month.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** month.php 15 May 2004 23:56:18 -0000 1.117
--- month.php 16 May 2004 05:39:25 -0000 1.118
***************
*** 76,79 ****
--- 76,80 ----
'list_weeks' => $list_weeks,
'legend' => $list_calcolors,
+ 'current_view' => $current_view,
'style_select' => $style_select
));
|