[Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.32.2.2,1.32.2.3

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 20 14:04:40 CET 2004


Update of /cvsroot/koha/koha/acqui.simple
In directory sc8-pr-cvs1:/tmp/cvs-serv25913/acqui.simple

Modified Files:
      Tag: rel_2_0
	addbiblio.pl 
Log Message:
warn removing

Index: addbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbiblio.pl,v
retrieving revision 1.32.2.2
retrieving revision 1.32.2.3
diff -C2 -r1.32.2.2 -r1.32.2.3
*** addbiblio.pl	16 Jan 2004 15:57:14 -0000	1.32.2.2
--- addbiblio.pl	20 Jan 2004 13:04:38 -0000	1.32.2.3
***************
*** 191,195 ****
      my($template, $record, $dbh,$encoding) = @_;
  
-     warn "REC : ".$record->as_formatted;
      # fill arrays
      my @loop_data =();
--- 191,194 ----
***************
*** 243,247 ****
  						$tag_data{subfield_loop} = \@subfields_data;
  						push (@loop_data, \%tag_data);
- 						warn "I is : $i";
  					}
  # If there is more than 1 field, add an empty hidden field as separator.
--- 242,245 ----





More information about the Koha-cvs mailing list