koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.32.2.3,1.32.2.4
Date: Mon, 26 Jan 2004 02:34:56 -0800

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]