Index: uts.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/uts/uts.module,v retrieving revision 1.52 diff -u -r1.52 uts.module --- uts.module 12 Jan 2009 01:56:20 -0000 1.52 +++ uts.module 26 May 2009 15:57:10 -0000 @@ -196,7 +196,7 @@ 'page callback' => 'node_page_edit', 'page arguments' => array(3), 'access callback' => 'node_access', - 'access arguments' => array('edit', 'uts-study'), + 'access arguments' => array('update', 'uts-study'), 'type' => MENU_CALLBACK, 'file' => 'node.pages.inc', 'file path' => drupal_get_path('module', 'node'), @@ -289,7 +289,7 @@ 'page callback' => 'node_page_edit', 'page arguments' => array(3), 'access callback' => 'node_access', - 'access arguments' => array('edit', 'uts-task'), + 'access arguments' => array('update', 'uts-task'), 'type' => MENU_CALLBACK, 'file' => 'node.pages.inc', 'file path' => drupal_get_path('module', 'node'), @@ -472,7 +472,7 @@ 'page callback' => 'node_page_edit', 'page arguments' => array(3), 'access callback' => 'node_access', - 'access arguments' => array('edit', 'uts-environment'), + 'access arguments' => array('update', 'uts-environment'), 'type' => MENU_CALLBACK, 'file' => 'node.pages.inc', 'file path' => drupal_get_path('module', 'node'),