koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/tools export.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/tools export.pl [rel_3_0]
Date: Thu, 31 Aug 2006 16:23:45 +0000

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

Modified files:
        tools          : export.pl 

Log message:
        getallbranches renamed to GetBranches

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/tools/export.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: export.pl
===================================================================
RCS file: /sources/koha/koha/tools/export.pl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- export.pl   24 Feb 2006 11:52:38 -0000      1.1
+++ export.pl   31 Aug 2006 16:23:45 -0000      1.1.2.1
@@ -84,7 +84,7 @@
                                                        -multiple => 0 );
        $sth->finish;
        
-       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]