From b2eaeaeb831bbdfd3076a1704d761d17f3d2138d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 10 Jul 2003 04:53:50 +0000 Subject: [PATCH] Fixme note --- includes/FulltextStoplist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/FulltextStoplist.php b/includes/FulltextStoplist.php index ce0756f057..fbd5f9a40a 100644 --- a/includes/FulltextStoplist.php +++ b/includes/FulltextStoplist.php @@ -582,7 +582,7 @@ class FulltextStoplist { /* static */ function inList( $word ) { global $wgFulltextStoplist; - + # FIXME: this will fail badly in many circumstances $w = strtolower( $word ); $w = preg_replace( "/[^a-z']+/", "", $w ); return in_array( $w, $wgFulltextStoplist ); -- 2.20.1