diff -r 27377179fe58 -r 4f9bec0d65c1 includes/search.php --- 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 )