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

Diff of /contributions/modules/urllist/urllist.module

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

revision 1.13, Mon Oct 8 17:36:37 2007 UTC revision 1.14, Mon Oct 8 17:51:09 2007 UTC
# Line 22  function urllist_menu() { Line 22  function urllist_menu() {
22      'page callback' => 'theme',      'page callback' => 'theme',
23      'page arguments' => array('urllist'),      'page arguments' => array('urllist'),
24      'type' => MENU_CALLBACK,      'type' => MENU_CALLBACK,
25      'title' => 'urllist.txt',      'access callback' => 'user_access',
26      'access arguments' => array('access content')      'access arguments' => array('access content')
27    );    );
28    $items['urllist'] = array(    $items['urllist'] = array(
29      'page callback' => 'theme',      'page callback' => 'theme',
30      'page arguments' => array('urllist'),      'page arguments' => array('urllist'),
31      'type' => MENU_CALLBACK,      'type' => MENU_CALLBACK,
32      'title' => 'urllist'      'access callback' => 'user_access',
33        'access arguments' => array('access content')
34    );    );
35    $items['admin/settings/urllist'] = array(    $items['admin/settings/urllist'] = array(
36      'title' => 'URL list',      'title' => 'URL list',
# Line 46  function urllist_menu() { Line 47  function urllist_menu() {
47        'title' => 'Yahoo! authentication',        'title' => 'Yahoo! authentication',
48        'page callback' => 'urllist_verify_yahoo',        'page callback' => 'urllist_verify_yahoo',
49        'type' => MENU_CALLBACK,        'type' => MENU_CALLBACK,
50        'access arguments' => true,      'access callback' => 'user_access',
51        'access arguments' => array('access content')
52      );      );
53    }    }
54    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.2