]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/bugreport.cgi
[project @ 2001-02-24 01:13:38 by doogie]
[debbugs.git] / cgi / bugreport.cgi
index 58de856d32eec31fd055c633cdea26bb3e2421bf..0405fd50db3e4b514097041812768a0f84bb817c 100755 (executable)
@@ -17,14 +17,14 @@ my %param = readparse();
 
 my $tail_html;
 
-my %maintainer = getmaintainers();
+my %maintainer = %{getmaintainers()};
 
 my $ref = $param{'bug'} || quit("No bug number");
 my $msg = $param{'msg'} || "";
 my $boring = ($param{'boring'} || 'no') eq 'yes'; 
 my $reverse = ($param{'reverse'} || 'no') eq 'yes';
 
-my %status = getbugstatus($ref) or &quit("Couldn't get bug status: $!");
+my %status = %{getbugstatus($ref)} or &quit("Couldn't get bug status: $!");
 
 my $indexentry;
 my $descriptivehead;