koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/reports catalogue_stats.pl issues_avg_stat...


From: Antoine Farnault
Subject: [Koha-cvs] koha/reports catalogue_stats.pl issues_avg_stat...
Date: Fri, 21 Jul 2006 09:44:37 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/21 09:44:37

Modified files:
        reports        : catalogue_stats.pl issues_avg_stats.pl 
                         issues_stats.pl reservereport.pl 

Log message:
        sub getbranches renamed to GetBranches according to the coding 
guidelines

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/reports/catalogue_stats.pl?cvsroot=koha&r1=1.16&r2=1.17
http://cvs.savannah.gnu.org/viewcvs/koha/reports/issues_avg_stats.pl?cvsroot=koha&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/koha/reports/issues_stats.pl?cvsroot=koha&r1=1.12&r2=1.13
http://cvs.savannah.gnu.org/viewcvs/koha/reports/reservereport.pl?cvsroot=koha&r1=1.8&r2=1.9

Patches:
Index: catalogue_stats.pl
===================================================================
RCS file: /sources/koha/koha/reports/catalogue_stats.pl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- catalogue_stats.pl  24 May 2006 13:14:04 -0000      1.16
+++ catalogue_stats.pl  21 Jul 2006 09:44:37 -0000      1.17
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: catalogue_stats.pl,v 1.16 2006/05/24 13:14:04 btoumi Exp $
+# $Id: catalogue_stats.pl,v 1.17 2006/07/21 09:44:37 toins Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -202,7 +202,7 @@
 
        undef @select;
        push @select,"";
-       my $branches=getbranches();
+       my $branches=GetBranches();
        my %select_branches;
        $select_branches{""} = "";
        foreach my $branch (keys %$branches) {

Index: issues_avg_stats.pl
===================================================================
RCS file: /sources/koha/koha/reports/issues_avg_stats.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- issues_avg_stats.pl 4 Jul 2006 14:36:52 -0000       1.4
+++ issues_avg_stats.pl 21 Jul 2006 09:44:37 -0000      1.5
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: issues_avg_stats.pl,v 1.4 2006/07/04 14:36:52 toins Exp $
+# $Id: issues_avg_stats.pl,v 1.5 2006/07/21 09:44:37 toins Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -161,7 +161,7 @@
                $hassort1 =1 if ($value);
                push @select, $value;
        }
-       my $branches=getbranches();
+       my $branches=GetBranches();
        my @select_branch;
        my %select_branches;
        push @select_branch,"";

Index: issues_stats.pl
===================================================================
RCS file: /sources/koha/koha/reports/issues_stats.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- issues_stats.pl     4 Jul 2006 14:36:52 -0000       1.12
+++ issues_stats.pl     21 Jul 2006 09:44:37 -0000      1.13
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: issues_stats.pl,v 1.12 2006/07/04 14:36:52 toins Exp $
+# $Id: issues_stats.pl,v 1.13 2006/07/21 09:44:37 toins Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -165,7 +165,7 @@
                $hassort1 =1 if ($value);
                push @select, $value;
        }
-       my $branches=getbranches();
+       my $branches=GetBranches();
        my @select_branch;
        my %select_branches;
        push @select_branch,"";

Index: reservereport.pl
===================================================================
RCS file: /sources/koha/koha/reports/reservereport.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- reservereport.pl    7 Jun 2006 04:34:21 -0000       1.8
+++ reservereport.pl    21 Jul 2006 09:44:37 -0000      1.9
@@ -43,7 +43,7 @@
     $branch = "ALL";
 }
 
-my $branches=getbranches();
+my $branches=GetBranches();
 
 my ( $template, $borrowernumber, $cookie ) = get_template_and_user(
     {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]