koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/reports catalogue_out.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/reports catalogue_out.pl [rel_3_0]
Date: Thu, 31 Aug 2006 16:20:37 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/08/31 16:20:36

Modified files:
        reports        : catalogue_out.pl 

Log message:
        getallbranches renamed to GetBranches

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/reports/catalogue_out.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.5&r2=1.5.2.1

Patches:
Index: catalogue_out.pl
===================================================================
RCS file: /sources/koha/koha/reports/catalogue_out.pl,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -b -r1.5 -r1.5.2.1
--- catalogue_out.pl    12 Jul 2006 17:22:37 -0000      1.5
+++ catalogue_out.pl    31 Aug 2006 16:20:36 -0000      1.5.2.1
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: catalogue_out.pl,v 1.5 2006/07/12 17:22:37 toins Exp $
+# $Id: catalogue_out.pl,v 1.5.2.1 2006/08/31 16:20:36 toins Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -149,7 +149,7 @@
        }
                
        #branch
-       my $branches = getallbranches;
+       my $branches = GetBranches;
        my @branchloop;
        foreach my $thisbranch (keys %$branches) {
 #                      my $selected = 1 if $thisbranch eq $branch;




reply via email to

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