http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5529

Colin Campbell <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |colin.campbell@ptfs-europe.
                   |                            |com

--- Comment #1 from Colin Campbell <[email protected]> 2011-04-06 
11:43:22 UTC ---
Testing a fix.

Problem is some poor code in C4::VirtualShelves, it assigns a array_ref to an
array in array context so that if you look at pubshelves in search.pl it is
actually a 1 element array that element being a reference to an empty array
i.e. [ [], ] so it is true consisting of 1 element.

Need to ensure nowhere relies on incorrect behaviour

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to