aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-17 09:58:30 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-17 09:58:30 +0000
commitc11f05eba87d73124d3afa2dfa607d0ca0857bd4 (patch)
tree5d4e2b754160a9efc2be669839dd890040a8d4f9 /includes
parent5f12dd30dab402ca1a290b85b57f032354b5e7ed (diff)
downloadphpicalendar-c11f05eba87d73124d3afa2dfa607d0ca0857bd4.tar.gz
phpicalendar-c11f05eba87d73124d3afa2dfa607d0ca0857bd4.tar.bz2
phpicalendar-c11f05eba87d73124d3afa2dfa607d0ca0857bd4.zip
progress on recurrence handle some negative values in byxxx rules
Diffstat (limited to 'includes')
-rw-r--r--includes/event.php2
1 files changed, 2 insertions, 0 deletions
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');

© 2014-2024 Faster IT GmbH | imprint | privacy policy