/[drupal]/contributions/modules/uts/uts.module
ViewVC logotype

Diff of /contributions/modules/uts/uts.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.52, Mon Jan 12 01:56:20 2009 UTC revision 1.53, Tue May 26 15:58:24 2009 UTC
# Line 1  Line 1 
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.
# Line 196  function uts_menu() { Line 196  function uts_menu() {
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'),
# Line 289  function uts_menu() { Line 289  function uts_menu() {
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'),
# Line 472  function uts_menu() { Line 472  function uts_menu() {
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'),

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

  ViewVC Help
Powered by ViewVC 1.1.2