]> git.koha-community.org Git - koha.git/commit
patch followup: restore test in GetMarcItem
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 7 Jan 2009 00:54:08 +0000 (18:54 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 7 Jan 2009 00:55:01 +0000 (18:55 -0600)
commitdb59418c2cdb0e2413249e2b0305bfb3ffbcb60a
treef371bae2bee936d25d440dbae972f519ec52b4ff
parentdfa0f6ea240755fcdc4372ddb3c43c1c31456c8e
patch followup: restore test in GetMarcItem

Change made to GetMarcItem to quell a warning
changed sense of a test; defined($foo) is *not*
the same as $foo ne ''.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Items.pm