From: Don Armstrong Date: Mon, 27 Aug 2007 06:43:33 +0000 (-0700) Subject: bug title is actually a string X-Git-Tag: release/2.6.0~518^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e5e6af72f0323cbe10c94b995d74bb640a1b127c;p=debbugs.git bug title is actually a string --- 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',