| 1 |
<?php |
<?php |
| 2 |
// $Id: commentreference.module,v 1.1 2008/03/26 23:58:01 swentel Exp $ |
// $Id: commentreference.module,v 1.1.2.3 2008/09/04 23:29:45 swentel Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 17 |
|
|
| 18 |
if ($may_cache) { |
if ($may_cache) { |
| 19 |
$items[] = array('path' => 'commentreference/autocomplete', 'title' => t('comment reference autocomplete'), |
$items[] = array('path' => 'commentreference/autocomplete', 'title' => t('comment reference autocomplete'), |
| 20 |
'callback' => 'commentreference_autocomplete', 'access' => user_access('access content'), 'type' => MENU_CALLBACK); |
'callback' => 'commentreference_autocomplete', 'access' => user_access('access comments'), 'type' => MENU_CALLBACK); |
| 21 |
} |
} |
| 22 |
|
|
| 23 |
return $items; |
return $items; |