From: Don Armstrong <don@donarmstrong.com>
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/?a=commitdiff_plain;h=dfe9e7343c6b6e24b9413a65f3f7218c9872d8bf;p=debbugs.git

support the raw category again
---

diff --git a/cgi/pkgreport.cgi b/cgi/pkgreport.cgi
index e5a4b992..a0d7685d 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}) {