From e5e6af72f0323cbe10c94b995d74bb640a1b127c Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 26 Aug 2007 23:43:33 -0700 Subject: [PATCH] bug title is actually a string --- cgi/search.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi/search.cgi b/cgi/search.cgi index 5f6eadcc..03d2cc57 100755 --- a/cgi/search.cgi +++ b/cgi/search.cgi @@ -160,7 +160,7 @@ my %attributes = ('@cdate' => {name => 'Date', type => 'str', }, subject => {name => 'Bug Title', - type => 'num', + type => 'str', }, date => {name => 'Submission date', type => 'num', -- 2.39.5