Koha/C4/VirtualShelves
Chris Nighswonger 542c54e067 kohabug 2392 Changing array dereferencing syntax
It appears that Perl 5.10 does not like ${@$foo}[0] but rather wants $foo->[0]
The latter is also much more readable. This patch makes the change.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-24 11:26:16 -05:00
..
Page.pm kohabug 2392 Changing array dereferencing syntax 2008-07-24 11:26:16 -05:00