[Koha-cvs] koha/bull statecollection.pl [rel_2_2]

paul poulain paul at koha-fr.org
Tue Apr 4 15:55:50 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	paul poulain <tipaul at savannah.gnu.org>	06/04/04 13:55:50

Modified files:
	bull           : statecollection.pl 

Log message:
	removing warn

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/bull/statecollection.pl.diff?only_with_tag=rel_2_2&tr1=1.3.2.15&tr2=1.3.2.16&r1=text&r2=text

Patches:
Index: koha/bull/statecollection.pl
diff -u koha/bull/statecollection.pl:1.3.2.15 koha/bull/statecollection.pl:1.3.2.16
--- koha/bull/statecollection.pl:1.3.2.15	Tue Mar  7 14:48:00 2006
+++ koha/bull/statecollection.pl	Tue Apr  4 13:55:50 2006
@@ -109,7 +109,6 @@
 		my %row =(itemval => $thisitemstatus,
 					itemlib => $itemstatushash->{$thisitemstatus},
 				);
-		warn "".$row{'itemval'}.", ". $row{"itemlib"};
 		push @itemstatusloop, \%row;
 	}
 	





More information about the Koha-cvs mailing list