]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Minor wording change to hopefully make it more obvious slight changes
authorterry%mozilla.org <>
Sun, 23 Jan 2000 03:43:30 +0000 (03:43 +0000)
committerterry%mozilla.org <>
Sun, 23 Jan 2000 03:43:30 +0000 (03:43 +0000)
in the "long description" search.

query.cgi

index b032a28608130eba40ef769398f6c6ad7b3f3c82..051adee5d2aaec883e45d57d838ce75bc3b9937a 100755 (executable)
--- a/query.cgi
+++ b/query.cgi
@@ -535,7 +535,7 @@ print "
 ";
 
 StringSearch("Summary", "short_desc");
-StringSearch("Description", "long_desc");
+StringSearch("A description entry", "long_desc");
 StringSearch("URL", "bug_file_loc");
 
 if (Param("usestatuswhiteboard")) {