Using wrong variable in search.php
Brought to you by:
greg_k,
mjbrenegan
Same issue noted previously in this file.
diff search.php /usr/local/src/inprotect-0.80.2/console/html/search.php
497c497
< $query[] = "h.status NOT IN ('" . implode("','",$nostatus) . "') ";
---
> $query[] = "h.status NOT IN ('" . implode("','",$nostatusArray) . "') ";