]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/bugreport.cgi
Bugs can be archived, instead of will be archived; allows running expire less than...
[debbugs.git] / cgi / bugreport.cgi
index 98e474169fa983ac7a4ca04f1633357bfe8b3cf6..64547d40a1eceaeb51daa521002b93113c3f1223 100755 (executable)
@@ -11,7 +11,7 @@ use IO::File;
 use Debbugs::Config qw(:globals :text);
 
 # for read_log_records
-use Debbugs::Log;
+use Debbugs::Log qw(read_log_records);
 use Debbugs::MIME qw(convert_to_utf8 decode_rfc1522 create_mime_message);
 use Debbugs::CGI qw(:url :html :util);
 use Debbugs::Common qw(buglog getmaintainers);