diff --git a/resources/inc/class.resources_hooks.inc.php b/resources/inc/class.resources_hooks.inc.php index b04069fd6d..87780280e8 100644 --- a/resources/inc/class.resources_hooks.inc.php +++ b/resources/inc/class.resources_hooks.inc.php @@ -26,8 +26,8 @@ class resources_hooks $file = array( 'resources list' => $GLOBALS['phpgw']->link('/index.php',array( 'menuaction' => 'resources.ui_resources.index' )), - 'add' => $GLOBALS['phpgw']->link('/index.php',array( - 'menuaction' => 'resources.ui_resources.edit' )) + /*'add' => $GLOBALS['phpgw']->link('/index.php',array( + 'menuaction' => 'resources.ui_resources.edit' ))*/ ); display_sidebox($appname,$GLOBALS['phpgw_info']['apps']['resources']['title'].' '.lang('Menu'),$file); }