From: Don Armstrong Date: Wed, 28 Jun 2017 23:31:18 +0000 (-0700) Subject: support the raw category again X-Git-Tag: release/2.6.0~128 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=dfe9e7343c6b6e24b9413a65f3f7218c9872d8bf support the raw category again --- diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi index e5a4b99..a0d7685 100755 --- a/cgi/pkgreport.cgi +++ b/cgi/pkgreport.cgi @@ -229,7 +229,8 @@ our %cats = ( "ord" => [2,3,4,1,0,5], } ], "oldview" => [ qw(status severity) ], - "normal" => [ qw(status severity classification) ], + "normal" => [ qw(status severity classification) ], + raw => [{nam => 'Raw',def => 'Raw'}], ); if (exists $param{which} and exists $param{data}) {