]> git.donarmstrong.com Git - debbugs.git/commitdiff
bug title is actually a string
authorDon Armstrong <don@donarmstrong.com>
Mon, 27 Aug 2007 06:43:33 +0000 (23:43 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 27 Aug 2007 06:43:33 +0000 (23:43 -0700)
cgi/search.cgi

index 5f6eadcc3004da7b6b05286e31b4eeb9ba304c0f..03d2cc571c119a1f9ee176beff32a472b887f20f 100755 (executable)
@@ -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',