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

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


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;





More information about the Koha-cvs mailing list