From c11f05eba87d73124d3afa2dfa607d0ca0857bd4 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 17 Dec 2008 09:58:30 +0000 Subject: progress on recurrence handle some negative values in byxxx rules --- includes/event.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/event.php b/includes/event.php index 4a42f0c..c8c5865 100644 --- a/includes/event.php +++ b/includes/event.php @@ -75,6 +75,8 @@ switch ($event['status']){ case 'TENTATIVE': $event['status'] = $lang['l_status_tentative'] ; break; + default: + $event['status'] = '' ; } $page = new Page(BASE.'templates/'.$template.'/event.tpl'); -- cgit v1.2.3