Closed (fixed)
Project:
Search Restrict
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Sep 2009 at 03:54 UTC
Updated:
27 Sep 2009 at 21:50 UTC
In search_restrict.module, line 71,
should be:
$primary_field == 'nid'
instead of:
$primary_field = 'nid'
Comments
Comment #1
robert castelo commentedThanks Krish.
Fixed in 6.x-1.3 and 5.x-1.2 versions.