[Koha-cvs] CVS: koha/C4 Koha.pm,1.13,1.14

Paul POULAIN tipaul at users.sourceforge.net
Mon Nov 3 14:29:08 CET 2003


Update of /cvsroot/koha/koha/C4
In directory sc8-pr-cvs1:/tmp/cvs-serv1029/C4

Modified Files:
	Koha.pm 
Log Message:
removing warning

Index: Koha.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Koha.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** Koha.pm	18 Sep 2003 10:19:29 -0000	1.13
--- Koha.pm	3 Nov 2003 13:29:05 -0000	1.14
***************
*** 196,200 ****
  		$nsth->execute($branch->{'branchcode'});
  		while (my ($cat) = $nsth->fetchrow_array) {
- 		warn "XX";
  			# FIXME - This seems wrong. It ought to be
  			# $branch->{categorycodes}{$cat} = 1;
--- 196,199 ----





More information about the Koha-cvs mailing list