plugins/SpecialSearch.php
changeset 275 956263992d48
parent 272 e0ec986c0af3
child 292 b3cfaf0a505c
--- 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 @@
               <li>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.</li>
             </ul>';
     }
+    $code = $plugins->setHook('search_results');
+    foreach ( $code as $cmd )
+    {
+      eval($cmd);
+    }
   }
   else
   {