Closed (fixed)
Project:
Recipe
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2005 at 21:52 UTC
Updated:
16 Mar 2005 at 03:15 UTC
Description
one of the menu tab entry for search module (cvs 1.112) shows array apart from content and users.
Upon mouseover on 'array' i get the url links to sitename.search/recipe
Upon disabling recipe module got rid of array. But i could not able to use recipe now, the error is due to this
if (module_exist('search')) {
$output .= search_type("recipe", url("search"), NULL, 1);
}
and function recipe_search($keys) {
i think it is the compatibility issue with recipe module (cvs 1.31.2.5) called _search hook
Comments
Comment #1
moshe weitzman commentedfixed in HEAD
Comment #2
(not verified) commented