[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] patch for bug #384
From: |
Chris Michalak |
Subject: |
[Koha-devel] patch for bug #384 |
Date: |
Thu Nov 6 08:32:18 2003 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031016 |
Hi there,
the bug is in OLDnewbiblio in Biblio.pm at line 1459 (version 2.0.0pre5)
To fix, replace :
$sth->execute($bibnum,$biblio->{'title'},$biblio->{'author'},$biblio->{'copyright'},$series,$biblio->{'seriestitle'},$biblio->{'notes'},$biblio->{'abstract'});
with :
$sth->execute($bibnum,$biblio->{'title'},$biblio->{'author'},$biblio->{'copyrightdate'},$series,$biblio->{'seriestitle'},$biblio->{'notes'},$biblio->{'abstract'});
Chris
- [Koha-devel] patch for bug #384,
Chris Michalak <=