Mercurial > defr > drupal > core
diff modules/search/search.module @ 5:2427550111ae 6.2
Drupal 6.2
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:08 +0100 |
parents | c1f4ac30525a |
children | acef7ccb09b5 |
line wrap: on
line diff
--- a/modules/search/search.module Tue Dec 23 14:29:21 2008 +0100 +++ b/modules/search/search.module Tue Dec 23 14:30:08 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: search.module,v 1.250.2.1 2008/02/07 16:42:03 goba Exp $ +// $Id: search.module,v 1.250.2.2 2008/04/09 21:11:49 goba Exp $ /** * @file @@ -194,6 +194,7 @@ 'description' => 'View most popular search phrases.', 'page callback' => 'dblog_top', 'page arguments' => array('search'), + 'access arguments' => array('access site reports'), 'file' => 'dblog.admin.inc', 'file path' => drupal_get_path('module', 'dblog'), );