BUGFIX : repeated fields where merged on biblio update
authorPaul POULAIN <paul@koha-fr.org>
Wed, 12 Sep 2007 13:59:58 +0000 (15:59 +0200)
committerChris Cormack <crc@liblime.com>
Thu, 13 Sep 2007 01:54:31 +0000 (20:54 -0500)
commitb67d77e2110052de588fbd99329131342e913e3e
tree153bc6823a4629e4c35d361ee4211982359e53be
parentcf2a9ff8db4b02d859398c9c00cefe156ae69203
BUGFIX : repeated fields where merged on biblio update

When updating a biblio, all repeated fields had the same input name.
Thus, when retrieving them through cgi->param resulted in a single line
Thus all subfields where merged in a single MARC field.
Adding a random() part to the name solves the problem

+ removing some warn lines

Signed-off-by: Chris Cormack <crc@liblime.com>
C4/Biblio.pm
cataloguing/addbiblio.pl