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:
Glen Barber 2013-11-05 20:25:10 +00:00
parent 5b046fd0b7
commit b0b486a25f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43107

View file

@ -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");