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

Diff of /contributions/modules/z3950/z3950.module

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

revision 1.5, Sat Sep 1 19:57:47 2007 UTC revision 1.5.2.1, Sat Sep 1 20:03:08 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: z3950.module,v 1.4 2007/09/01 19:49:13 douggreen Exp $ */  /* $Id: z3950.module,v 1.5 2007/09/01 19:57:47 douggreen Exp $ */
3    
4  /**  /**
5   * @file   * @file
# Line 27  function z3950_menu($may_cache = true) { Line 27  function z3950_menu($may_cache = true) {
27      'title' => 'z3950',      'title' => 'z3950',
28      'description' => 'Set z3950 configuration options',      'description' => 'Set z3950 configuration options',
29      'page callback' => 'drupal_get_form',      'page callback' => 'drupal_get_form',
30      'page arguments' => 'z3950_admin_settings',      'page arguments' => array('z3950_admin_settings'),
31      'access arguments' => array('administer site configuration'),      'access arguments' => array('administer site configuration'),
32    );    );
33    return $items;    return $items;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

  ViewVC Help
Powered by ViewVC 1.1.2