| 1 |
<?php |
<?php |
| 2 |
// $Id: uts.module,v 1.51 2008/12/30 07:35:19 boombatower Exp $ |
// $Id: uts.module,v 1.52 2009/01/12 01:56:20 boombatower Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Provide general Usability Testing Suite functionality and module implementation. |
* Provide general Usability Testing Suite functionality and module implementation. |
| 196 |
'page callback' => 'node_page_edit', |
'page callback' => 'node_page_edit', |
| 197 |
'page arguments' => array(3), |
'page arguments' => array(3), |
| 198 |
'access callback' => 'node_access', |
'access callback' => 'node_access', |
| 199 |
'access arguments' => array('edit', 'uts-study'), |
'access arguments' => array('update', 'uts-study'), |
| 200 |
'type' => MENU_CALLBACK, |
'type' => MENU_CALLBACK, |
| 201 |
'file' => 'node.pages.inc', |
'file' => 'node.pages.inc', |
| 202 |
'file path' => drupal_get_path('module', 'node'), |
'file path' => drupal_get_path('module', 'node'), |
| 289 |
'page callback' => 'node_page_edit', |
'page callback' => 'node_page_edit', |
| 290 |
'page arguments' => array(3), |
'page arguments' => array(3), |
| 291 |
'access callback' => 'node_access', |
'access callback' => 'node_access', |
| 292 |
'access arguments' => array('edit', 'uts-task'), |
'access arguments' => array('update', 'uts-task'), |
| 293 |
'type' => MENU_CALLBACK, |
'type' => MENU_CALLBACK, |
| 294 |
'file' => 'node.pages.inc', |
'file' => 'node.pages.inc', |
| 295 |
'file path' => drupal_get_path('module', 'node'), |
'file path' => drupal_get_path('module', 'node'), |
| 472 |
'page callback' => 'node_page_edit', |
'page callback' => 'node_page_edit', |
| 473 |
'page arguments' => array(3), |
'page arguments' => array(3), |
| 474 |
'access callback' => 'node_access', |
'access callback' => 'node_access', |
| 475 |
'access arguments' => array('edit', 'uts-environment'), |
'access arguments' => array('update', 'uts-environment'), |
| 476 |
'type' => MENU_CALLBACK, |
'type' => MENU_CALLBACK, |
| 477 |
'file' => 'node.pages.inc', |
'file' => 'node.pages.inc', |
| 478 |
'file path' => drupal_get_path('module', 'node'), |
'file path' => drupal_get_path('module', 'node'), |