From: toyomoyo Date: Fri, 22 Dec 2006 01:16:51 +0000 (+0000) Subject: fixing warning X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=33999deb2ccfbf59a4b15038ebb85825040443b9;p=moodle.git fixing warning --- 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 = '';