From c6b267758f2e3be6e617833e6fb06bc20699d853 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 8 Jun 2008 12:33:07 +0000 Subject: [PATCH] "fixed not displayed calenar properties" --- calendar/inc/class.calendar_hooks.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/calendar/inc/class.calendar_hooks.inc.php b/calendar/inc/class.calendar_hooks.inc.php index 06cff90f73..fbfde1e158 100644 --- a/calendar/inc/class.calendar_hooks.inc.php +++ b/calendar/inc/class.calendar_hooks.inc.php @@ -496,5 +496,6 @@ class calendar_hooks 'admin' => False ) ); + return true; } }