bug_5245 Fix SQL syntax in GetItems
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 23 Sep 2010 16:04:28 +0000 (17:04 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 11:05:33 +0000 (07:05 -0400)
commitc19a56f9cd149bb6b1e587954edbdc3db969bdcf
treef4e2c9ec4ff84948da6fbc9a25e1e52666c26d42
parent1705820ed4eed06b2c2a02ff04b92a0630355384
bug_5245 Fix SQL syntax in GetItems

Routine never executed query due to syntax error
and returned undef
made the call to fetchrow_array explicit as the old fetchrow alias
is no longer documented in perldoc DBI

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Serials.pm