After updating oldred, cross my my fingers and remove getopts.pl
requirement so the PR search page works again. Hat(s): doceng, clusteradm Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5b046fd0b7
commit
b0b486a25f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43107
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ $closed_too = 0;
|
|||
require './cgi-lib.pl';
|
||||
require './cgi-style.pl';
|
||||
require './query-pr-lib.pl';
|
||||
require 'getopts.pl';
|
||||
|
||||
if (!$ENV{'QUERY_STRING'} or $ENV{'QUERY_STRING'} eq 'query') {
|
||||
print &html_header("Query $project problem reports");
|
||||
|
|
Loading…
Reference in a new issue