sub getbranches renamed to GetBranches according to the coding guidelines
authortoins <toins>
Fri, 21 Jul 2006 09:44:37 +0000 (09:44 +0000)
committertoins <toins>
Fri, 21 Jul 2006 09:44:37 +0000 (09:44 +0000)
reports/catalogue_stats.pl
reports/issues_avg_stats.pl
reports/issues_stats.pl
reports/reservereport.pl

index c9de058..f22d371 100755 (executable)
@@ -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) {
index edf5c8d..f05abfc 100755 (executable)
@@ -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,"";
index cabf3e8..c75e342 100755 (executable)
@@ -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,"";
index 0f9b3d7..fcbaa28 100755 (executable)
@@ -43,7 +43,7 @@ if (!$branch) {
     $branch = "ALL";
 }
 
-my $branches=getbranches();
+my $branches=GetBranches();
 
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {