From 4ce63a1391b9e2082b00c6398d658abbc4e4d7d0 Mon Sep 17 00:00:00 2001 From: toins Date: Fri, 21 Jul 2006 09:44:37 +0000 Subject: [PATCH] sub getbranches renamed to GetBranches according to the coding guidelines --- reports/catalogue_stats.pl | 2 +- reports/issues_avg_stats.pl | 2 +- reports/issues_stats.pl | 2 +- reports/reservereport.pl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reports/catalogue_stats.pl b/reports/catalogue_stats.pl index c9de058a1c..f22d371ecd 100755 --- a/reports/catalogue_stats.pl +++ b/reports/catalogue_stats.pl @@ -202,7 +202,7 @@ if ($do_it) { undef @select; push @select,""; - my $branches=getbranches(); + my $branches=GetBranches(); my %select_branches; $select_branches{""} = ""; foreach my $branch (keys %$branches) { diff --git a/reports/issues_avg_stats.pl b/reports/issues_avg_stats.pl index edf5c8dc18..f05abfc60c 100755 --- a/reports/issues_avg_stats.pl +++ b/reports/issues_avg_stats.pl @@ -161,7 +161,7 @@ if ($do_it) { $hassort1 =1 if ($value); push @select, $value; } - my $branches=getbranches(); + my $branches=GetBranches(); my @select_branch; my %select_branches; push @select_branch,""; diff --git a/reports/issues_stats.pl b/reports/issues_stats.pl index cabf3e874b..c75e342594 100755 --- a/reports/issues_stats.pl +++ b/reports/issues_stats.pl @@ -165,7 +165,7 @@ if ($do_it) { $hassort1 =1 if ($value); push @select, $value; } - my $branches=getbranches(); + my $branches=GetBranches(); my @select_branch; my %select_branches; push @select_branch,""; diff --git a/reports/reservereport.pl b/reports/reservereport.pl index 0f9b3d74f2..fcbaa28de1 100755 --- a/reports/reservereport.pl +++ b/reports/reservereport.pl @@ -43,7 +43,7 @@ if (!$branch) { $branch = "ALL"; } -my $branches=getbranches(); +my $branches=GetBranches(); my ( $template, $borrowernumber, $cookie ) = get_template_and_user( { -- 2.39.2