From 29afd4fa32b12b1d88de3748c69fc002e21b05c0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 6 Oct 2004 15:11:09 +0000 Subject: [PATCH] killed debug-message --- calendar/inc/hook_sidebox_menu.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/calendar/inc/hook_sidebox_menu.inc.php b/calendar/inc/hook_sidebox_menu.inc.php index 18000b952d..75682c73b5 100644 --- a/calendar/inc/hook_sidebox_menu.inc.php +++ b/calendar/inc/hook_sidebox_menu.inc.php @@ -40,7 +40,6 @@ if (is_object($GLOBALS['phpgw']->bocalendar) && $GLOBALS['phpgw']->bocalendar->owner != $GLOBALS['phpgw_info']['user']['acount_id'] && !$GLOBALS['phpgw']->bocalendar->check_perms(PHPGW_ACL_ADD)) { - echo "

owner=".$GLOBALS['phpgw']->bocalendar->owner."=".$GLOBALS['phpgw']->accounts->id2name($GLOBALS['phpgw']->bocalendar->owner)."

\n"; unset($file['New Entry']); // dont display add icon unset($file[0]); }