FreeBSD Bugzilla – Attachment 5263 Details for
Bug 12716
[Patch] query-pr-summary.cgi excludes closed reports even if state='closed'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.05 KB, created by
chris
on 1999-07-20 10:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
chris
Created:
1999-07-20 10:20:01 UTC
Size:
1.05 KB
patch
obsolete
>Index: query-pr-summary.cgi >=================================================================== >RCS file: /home/ncvs/www/en/cgi/query-pr-summary.cgi,v >retrieving revision 1.22 >diff -u -r1.22 query-pr-summary.cgi >--- query-pr-summary.cgi 1999/02/26 22:05:58 1.22 >+++ query-pr-summary.cgi 1999/07/20 09:10:41 >@@ -10,6 +10,7 @@ > $project = "FreeBSD"; > $mail_prefix = "freebsd-"; > $mail_unass = "freebsd-bugs"; >+$closed_too = 0; > > %statemap = ( > "open", "o", >@@ -60,6 +61,8 @@ > } > } > >+$closed_too = 1 if $input{'state'} eq 'closed' || $input{'closedtoo'}; >+ > #------------------------------------------------------------------------ > > %mons = ('Jan', '01', 'Feb', '02', 'Mar', '03', >@@ -203,7 +206,7 @@ > # [--list-categories] [--list-responsible] [--list-submitters] > # [--text=text] [--multitext=mtext] [PR] [PR]... > >-$query_args .= " --skip-closed" unless $input{"closedtoo"}; >+$query_args .= " --skip-closed" unless $closed_too; > > # Only read the appropriate PR's. > foreach ("category", "originator", "priority", "class", "responsible",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 12716
: 5263