]> git.koha-community.org Git - koha.git/commit
bug 1003: tweak GetBibliosShelves
authorGalen Charlton <gmcharlt@gmail.com>
Sun, 6 Sep 2009 17:05:06 +0000 (13:05 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 6 Sep 2009 17:06:42 +0000 (13:06 -0400)
commit6b90ec566cd5df8ef3d65a26a8b9ce37c078b08e
treee8c6267659df73c842915620cc27adb5749a42e4
parentb9f4fa6260ccca1d603f425379a547a9b423cd23
bug 1003: tweak GetBibliosShelves

* correct POD - returns *public* lists that bib
  belongs to
* use fetchall_arrayref to return results in
  one fell swoop
* corrected indentation

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/VirtualShelves.pm