diff -r 2d4bb97fa75a -r 956263992d48 plugins/SpecialSearch.php --- a/plugins/SpecialSearch.php Wed Nov 21 15:13:06 2007 -0500 +++ b/plugins/SpecialSearch.php Wed Nov 21 15:18:15 2007 -0500 @@ -236,6 +236,11 @@
  • Did your search trigger any warnings? Sometimes a search can be cancelled if there aren\'t any terms in a search query that are 4 characters or greater in length.
  • '; } + $code = $plugins->setHook('search_results'); + foreach ( $code as $cmd ) + { + eval($cmd); + } } else {