- Small change
parent
1dbe0dc2ee
commit
ceb20b45e5
|
@ -74,7 +74,7 @@ function search_menu($may_cache) {
|
||||||
$items = array();
|
$items = array();
|
||||||
|
|
||||||
if ($may_cache) {
|
if ($may_cache) {
|
||||||
$items[] = array('path' => 'search', 'title' => t('search for'),
|
$items[] = array('path' => 'search', 'title' => t('search'),
|
||||||
'callback' => 'search_view',
|
'callback' => 'search_view',
|
||||||
'access' => user_access('search content'),
|
'access' => user_access('search content'),
|
||||||
'type' => MENU_SUGGESTED_ITEM);
|
'type' => MENU_SUGGESTED_ITEM);
|
||||||
|
|
|
@ -74,7 +74,7 @@ function search_menu($may_cache) {
|
||||||
$items = array();
|
$items = array();
|
||||||
|
|
||||||
if ($may_cache) {
|
if ($may_cache) {
|
||||||
$items[] = array('path' => 'search', 'title' => t('search for'),
|
$items[] = array('path' => 'search', 'title' => t('search'),
|
||||||
'callback' => 'search_view',
|
'callback' => 'search_view',
|
||||||
'access' => user_access('search content'),
|
'access' => user_access('search content'),
|
||||||
'type' => MENU_SUGGESTED_ITEM);
|
'type' => MENU_SUGGESTED_ITEM);
|
||||||
|
|
Loading…
Reference in New Issue