| 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 |
| 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; |