]> 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:47 +0000 (17:31 +1300)
commitdb3db75e42b040098b70f412c30c715a8be92059
tree8433b76ec70046fb15bb29a513fdced314353c23
parent774f7eece6da4e39a70675921e344c80cc92f666
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