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

Paul POULAIN tipaul at users.sourceforge.net
Mon Jan 26 11:34:56 CET 2004


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

Modified Files:
      Tag: rel_2_0
	addbiblio.pl 
Log Message:
quoting ". Before this fix, a " in title or somewhere else made the string after the " disappear in marc editor

Index: addbiblio.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/addbiblio.pl,v
retrieving revision 1.32.2.3
retrieving revision 1.32.2.4
diff -C2 -r1.32.2.3 -r1.32.2.4
*** addbiblio.pl	20 Jan 2004 13:04:38 -0000	1.32.2.3
--- addbiblio.pl	26 Jan 2004 10:34:53 -0000	1.32.2.4
***************
*** 161,164 ****
--- 161,165 ----
  sub create_input () {
  	my ($tag,$subfield,$value,$i,$tabloop,$rec,$authorised_values_sth) = @_;
+ 	$value =~ s/"/"/g;
  	my $dbh = C4::Context->dbh;
  	my %subfield_data;





More information about the Koha-cvs mailing list