Update of /cvsroot/phpicalendar/phpicalendar
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5407
Modified Files:
month.php
Log Message:
progress on recurrence:until and byday changes
Index: month.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/month.php,v
retrieving revision 1.145
retrieving revision 1.146
diff -C2 -d -r1.145 -r1.146
*** month.php 16 Dec 2008 15:46:24 -0000 1.145
--- month.php 17 Dec 2008 06:58:52 -0000 1.146
***************
*** 126,130 ****
}
! if ($this_months_events == 'yes') {
$page->monthbottom($page);
} else {
--- 126,130 ----
}
! if ($phpiCal_config->this_months_events == 'yes') {
$page->monthbottom($page);
} else {
|