]> git.donarmstrong.com Git - debbugs.git/commitdiff
import :read in bugreport.cgi
authorDon Armstrong <don@donarmstrong.com>
Wed, 30 Sep 2015 03:41:26 +0000 (20:41 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 30 Sep 2015 03:41:26 +0000 (20:41 -0700)
cgi/bugreport.cgi

index 0a3071a392a4849dab52964094ed00fbd2b99c83..bf1db2d3ce3fa976945fdcbb6e9e4cdbf19c44e6 100755 (executable)
@@ -18,7 +18,7 @@ use IO::File;
 use Debbugs::Config qw(:globals :text);
 
 # for read_log_records
-use Debbugs::Log qw(read_log_records);
+use Debbugs::Log qw(:read);
 use Debbugs::CGI qw(:url :html :util);
 use Debbugs::CGI::Bugreport qw(:all);
 use Debbugs::Common qw(buglog getmaintainers make_list bug_status);