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

Antoine Farnault antoine at koha-fr.org
Fri Sep 1 16:18:50 CEST 2006


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;





More information about the Koha-cvs mailing list