r685: inline todo++
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 23 Dec 2005 04:46:07 +0000 (04:46 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 23 Dec 2005 04:46:07 +0000 (04:46 +0000)
search.php

index 36e64634f2785a0bb6e093eaabd5590509b5c0cc..bb5f805798f56ef7b03225d37df7bea90727a462 100644 (file)
@@ -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)
                {