From 72fd935a2e1256bafd66ec7a14faa059558c5aeb Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 14 Feb 2010 18:31:58 -0500 Subject: [PATCH] bug 1542: remove now unneeded parameter Signed-off-by: Galen Charlton --- C4/Reports/Guided.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 108d57a9c7..d8277b7e31 100644 --- a/C4/Reports/Guided.pm +++ b/C4/Reports/Guided.pm @@ -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 -- 2.39.2