Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14616/includes
Modified Files:
event.php
Log Message:
progress on recurrence handle some negative values in byxxx rules
Index: event.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/event.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** event.php 16 Feb 2007 07:54:43 -0000 1.41
--- event.php 17 Dec 2008 09:58:30 -0000 1.42
***************
*** 76,79 ****
--- 76,81 ----
$event['status'] = $lang['l_status_tentative'] ;
break;
+ default:
+ $event['status'] = '' ;
}
|