From 5d7d289b7f149adc288730758c1772fc91db1378 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 23 Dec 2005 04:46:07 +0000 Subject: [PATCH] r685: inline todo++ --- search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/search.php b/search.php index 36e6463..bb5f805 100644 --- a/search.php +++ b/search.php @@ -54,6 +54,7 @@ if ($_REQUEST['do'] == 'process') $keywords = preg_split('#\s+#', $bugsys->in['summary']); // #*# need to have some str to bool conversions + // #*# need to make sure the word isn't on MySQL's bad side (less than 3 chars. and not a common word) foreach ($keywords AS $word) { -- 2.22.5