]> git.evergreen-ils.org Git - Evergreen.git/commit
Consolidate on checking for integers for -full / -uris
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Apr 2011 12:16:15 +0000 (12:16 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Apr 2011 12:16:15 +0000 (12:16 +0000)
commitf2b822f81b59721db1abbc7560a54e64d491954c
tree29b8b487030d00fcd603fa92ae8b3d29c0b87a95
parente468c459c705b30964675c15dfa7dd6f7ba4cbdc
Consolidate on checking for integers for -full / -uris

The check for an integer when $flesh eq 'uris' was throwing errors
and breaking authority browsing; rather than complicating matters
further, use an explicit integer for the return value when the format
ends with "-uris" so that we can simply test for an integer value
greater than 0.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@20335 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm