]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/pkgreport.cgi
support the raw category again
[debbugs.git] / cgi / pkgreport.cgi
index e5a4b992ef3f0946e8260fa19fd2bfbc24f70051..a0d7685d73f28ba72220d68254b98b657d094ed5 100755 (executable)
@@ -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}) {