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)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:17 +0000 (21:15 +0200)
commit2415272a047103d94ed47284c286ba620b28ba03
tree1384facd1c0c83e815894bd1f7ce3b6e070cc9da
parent030dc488dd617bfbb19f7dec9881dbac27175608
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>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
opac/opac-detail.pl