12 Aug
2005
12 Aug
'05
6:48 p.m.
Issue status update for http://drupal.org/node/28767 Post a follow up: http://drupal.org/project/comments/add/28767 Project: Drupal Version: cvs Component: search.module Category: bug reports Priority: normal Assigned to: Anonymous Reported by: adixon Updated by: adixon Status: patch (code needs review) I think that line 678: $output .= theme('search_item', $entry, $type); should be $output .= theme('search_item', $entry, $entry['type']); so that hook_search_item is in fact invoked for the particular entry's module type. adixon