New module 'Search Restrict'
This commit is contained in:
parent
8e3e8a7d9f
commit
ae2a2d8417
8 changed files with 772 additions and 0 deletions
11
sites/all/modules/search_restrict/search_restrict.info
Normal file
11
sites/all/modules/search_restrict/search_restrict.info
Normal file
|
@ -0,0 +1,11 @@
|
|||
name = Search Restrict
|
||||
description = "Exclude specific content from search results if user doesn't have privileges."
|
||||
dependencies[] = search
|
||||
core = 6.x
|
||||
|
||||
; Information added by drupal.org packaging script on 2012-08-29
|
||||
version = "6.x-1.5"
|
||||
core = "6.x"
|
||||
project = "search_restrict"
|
||||
datestamp = "1346261003"
|
||||
|
Reference in a new issue