]> git.koha-community.org Git - koha.git/commit
Bug 11803: use $dbh consistently in _koha_modify_item
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 20 Feb 2014 18:39:10 +0000 (19:39 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 Jun 2014 12:43:04 +0000 (08:43 -0400)
commit0f16b95511f17a6597a156b3ef94c4c1a3b84b45
tree85351ff0514b38ba856acd43caf90e0370be41ad
parentc5fed4c392c5c3a4dcca0487b3453b8aac045e4d
Bug 11803: use $dbh consistently in _koha_modify_item

This is just some code cleanup, no behavior change expected.
Also replacing errstr with err in testing the results. (See DBI.)

Test plan:
Modify an item and save it.

Followed test plan. No problems found.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit a07b32f4f9090ba0c50c3e510f0be56b8805faeb)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit c9057046766fc695385449766d29e011d08de574)
C4/Items.pm