]> git.koha-community.org Git - koha.git/commit
Bug 9046: Followup FIX perl v.10 raises an error if itemnumbers if undefined 3.8.x
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 12 Nov 2012 09:18:30 +0000 (10:18 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 5 May 2014 11:29:19 +0000 (07:29 -0400)
commite7c7f7af023172aea3fb02e4c1fa356c99f69fec
tree7514b10ca59cc90345e40c0ddc6e5295999888de
parent3a28bf01cfde06009c833b3c335432f2ed1d149e
Bug 9046: Followup FIX perl v.10 raises an error if itemnumbers if undefined

If the itemnumbers parameter is undef, perl raises an error :
"Can't use an undefined value as an ARRAY reference"

Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Biblio.pm