killed debug-message

This commit is contained in:
Ralf Becker 2004-10-06 15:11:09 +00:00
parent deb111800a
commit 29afd4fa32

View File

@ -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 "<p>owner=".$GLOBALS['phpgw']->bocalendar->owner."=".$GLOBALS['phpgw']->accounts->id2name($GLOBALS['phpgw']->bocalendar->owner)."</p>\n";
unset($file['New Entry']); // dont display add icon
unset($file[0]);
}