koha-cvs
[Top][All Lists]
Advanced

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

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


From: Antoine Farnault
Subject: [Koha-cvs] koha/export marc.pl [rel_3_0]
Date: Fri, 01 Sep 2006 14:18:50 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/09/01 14:18:50

Modified files:
        export         : marc.pl 

Log message:
        getallbranches renamed to GetBranches

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/export/marc.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.7&r2=1.7.2.1

Patches:
Index: marc.pl
===================================================================
RCS file: /sources/koha/koha/export/marc.pl,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -b -r1.7 -r1.7.2.1
--- marc.pl     4 Jul 2006 14:36:51 -0000       1.7
+++ marc.pl     1 Sep 2006 14:18:50 -0000       1.7.2.1
@@ -86,7 +86,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]