From: Donovan Jones Date: Fri, 16 Apr 2010 03:14:43 +0000 (+1200) Subject: Bug 2505 - Add commented use warnings where missing in the virtualshelves/ directory X-Git-Tag: v3.02.00-alpha2~122^2~16 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=3eb648943fa3d72e6b2116324f10671bb42e5793;hp=2587115062843bcc3c7561d6ad380e1360ca7f24;p=koha.git Bug 2505 - Add commented use warnings where missing in the virtualshelves/ directory --- diff --git a/virtualshelves/addbybiblionumber.pl b/virtualshelves/addbybiblionumber.pl index b636c1226f..d53a8c4e82 100755 --- a/virtualshelves/addbybiblionumber.pl +++ b/virtualshelves/addbybiblionumber.pl @@ -59,6 +59,7 @@ =cut use strict; +#use warnings; FIXME - Bug 2505 use C4::Biblio; use CGI; use C4::Output;