From 33999deb2ccfbf59a4b15038ebb85825040443b9 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 22 Dec 2006 01:16:51 +0000 Subject: [PATCH] fixing warning --- calendar/event.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/calendar/event.php b/calendar/event.php index 3910844c60..d5491c2458 100644 --- a/calendar/event.php +++ b/calendar/event.php @@ -243,6 +243,9 @@ } } break; + default: // no action + $title=''; + break; } if(empty($focus)) $focus = ''; -- 2.39.5