]> git.koha-community.org Git - koha.git/commit
Bug 9292 - Remove dead code related to 'publictype'
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 14 Dec 2012 19:40:14 +0000 (14:40 -0500)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 15 Jan 2013 04:31:11 +0000 (17:31 +1300)
commit4e52eedb525a8389ee5f53e18b309a3f5e344e10
tree24005c83695efa3578dfde20b76ae9381691fc48
parent592b8c333611b6d3348d4900d1a2c73f0f4a8c1c
Bug 9292 - Remove dead code related to 'publictype'

This patch removes the superflous code related to 'publictype' which
is a key set for item hashes in some perl files. This key is never
used or stored.

Test Plan:
1) Apply patch
2) Test catalogue/detail.pl, opac/opac-detail.pl and opac/opac-user.pl
3) You should not see any changes in behavior

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
catalogue/detail.pl
opac/opac-detail.pl
opac/opac-user.pl