Bug 2505: adding warnings to opac-detail.pl
authorAndrew Moore <andrew.moore@liblime.com>
Wed, 17 Dec 2008 22:32:25 +0000 (16:32 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 24 Apr 2009 14:50:57 +0000 (09:50 -0500)
commitf447f8a91f269470812b5957fb1bc432bfb2deb7
treef3510b3055cb1d706a0ffefa12042d7a692a8cf7
parentb398f9981f11afd5482b5f26ab71e8881ad34324
Bug 2505: adding warnings to opac-detail.pl

Before starting to edit opac/opac-detail.pl, I added 'use warnings' and
eliminated all of the warnings that I could get it to produce. I also
extracted two lines that prepared an amazon ISBN into a function. They
were causing a few warnings and might as well be extracted. They should
probably be moved to a module somewhere since these two lines are copied
all over our code.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
opac/opac-detail.pl