]> git.koha-community.org Git - koha.git/commit
there are some strange problems with mysql_fetchrow_hashref, that reorders silently...
authortipaul <tipaul>
Wed, 22 Nov 2006 13:58:11 +0000 (13:58 +0000)
committertipaul <tipaul>
Wed, 22 Nov 2006 13:58:11 +0000 (13:58 +0000)
commit5e51aabdeeeabaae5430fafc152b5c82e463a97c
tree6e3b9bf066c70302e0c0590acff838f1855b80ce
parent687c10e782b88f3e617d10283000ad6578976f3c
there are some strange problems with mysql_fetchrow_hashref, that reorders silently the hashref returned.
This hack fixes them by retrieving the results in an array & rebuilding the MARC record from that.
This function is used in acquisition, when the librarian creates a new order from a new biblio : the MARC::Record was incorrect (at least in UNIMARC, but this fix should change nothing in MARC21)
C4/Biblio.pm