bug 1542: remove now unneeded parameter
authorGalen Charlton <gmcharlt@gmail.com>
Sun, 14 Feb 2010 23:31:58 +0000 (18:31 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 14 Feb 2010 23:31:58 +0000 (18:31 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Reports/Guided.pm

index 108d57a..d8277b7 100644 (file)
@@ -152,7 +152,6 @@ This will return a list of all the available report areas
 =cut
 
 sub get_report_areas {
-    my $area = shift;
     my $dbh = C4::Context->dbh();
 
     # FIXME these should be in the database