includes/search.php
changeset 593 4f9bec0d65c1
parent 567 7f196509bf78
child 606 daf8c556ada7
--- a/includes/search.php	Wed Jul 02 19:36:44 2008 -0400
+++ b/includes/search.php	Wed Jul 02 22:15:55 2008 -0400
@@ -501,8 +501,6 @@
   {
     if ( $page['namespace'] != 'Special' || $page['visible'] == 0 )
       continue;
-    if ( !is_int($id) )
-      continue;
     $idstring = 'ns=' . $page['namespace'] . ';pid=' . $page['urlname_nons'];
     $any = array_values(array_unique(array_merge($query['any'], $query_phrase['any'])));
     foreach ( $any as $term )