[Top][All Lists]
[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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui.simple addbiblio.pl,1.32.2.3,1.32.2.4,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.65.2.2,1.65.2.3
- Next by Date:
[Koha-cvs] CVS: koha/admin branches.pl,1.22.2.2,1.22.2.3 thesaurus.pl,1.9.2.1,1.9.2.2
- Previous by thread:
[Koha-cvs] CVS: koha/C4/Circulation Circ2.pm,1.65.2.2,1.65.2.3
- Next by thread:
[Koha-cvs] CVS: koha/admin branches.pl,1.22.2.2,1.22.2.3 thesaurus.pl,1.9.2.1,1.9.2.2
- Index(es):