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

Antoine Farnault antoine at koha-fr.org
Thu Aug 31 18:23:45 CEST 2006


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;





More information about the Koha-cvs mailing list