aboutsummaryrefslogtreecommitdiffstats
path: root/includes/event.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/event.php')
-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