GetMarcFromKohaField needs 2 args, or there's no point.
authorJoe Atzberger <joe.atzberger@liblime.com>
Wed, 4 Feb 2009 21:55:49 +0000 (15:55 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 9 Feb 2009 20:15:03 +0000 (14:15 -0600)
commit6b9b778b1bc09eeb7d6e982a6fd5420b2209a641
tree1d2823922148d7c62bf0ccccccd1c6fd6c6355a9
parenteaa3ee40a7bf9c531954593877816f7d707efa9a
GetMarcFromKohaField needs 2 args, or there's no point.

GetMarcFromKohaField returns (0,0) without the $frameworkcode argument.
Note the argument can be "", but it must not be undefined.

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