[Koha-cvs] koha/members memberentry.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Feb 5 16:25:02 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/02/05 15:25:01

Modified files:
	members        : memberentry.pl 

Log message:
	removing warn compilation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/members/memberentry.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.38.2.24&r2=1.38.2.25

Patches:
Index: memberentry.pl
===================================================================
RCS file: /sources/koha/koha/members/memberentry.pl,v
retrieving revision 1.38.2.24
retrieving revision 1.38.2.25
diff -u -b -r1.38.2.24 -r1.38.2.25
--- memberentry.pl	25 Jan 2007 11:02:08 -0000	1.38.2.24
+++ memberentry.pl	5 Feb 2007 15:25:01 -0000	1.38.2.25
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: memberentry.pl,v 1.38.2.24 2007/01/25 11:02:08 tipaul Exp $
+# $Id: memberentry.pl,v 1.38.2.25 2007/02/05 15:25:01 toins Exp $
 
 # Copyright 2006 SAN OUEST PROVENCE et Paul POULAIN
 #
@@ -282,7 +282,7 @@
 	
 	
 	my $action="WHERE category_type=?";
-	my ($categories,$labels)=GetborCatFromCatType($category_type,$action);
+	($categories,$labels)=GetborCatFromCatType($category_type,$action);
 	
 	if(scalar(@$categories)){
 	    #if you modify the borrowers you must have the right value for his category code





More information about the Koha-cvs mailing list