Browse Source

Bug 2505 - Add commented use warnings where missing in the admin/ directory

3.2.x
Donovan Jones 14 years ago
committed by Chris Cormack
parent
commit
bce3e2e619
  1. 1
      admin/aqbudget_owner_search.pl
  2. 1
      admin/aqbudgetperiods.pl
  3. 1
      admin/aqbudgets.pl
  4. 1
      admin/aqplan.pl
  5. 1
      admin/auth_subfields_structure.pl
  6. 1
      admin/auth_tag_structure.pl
  7. 1
      admin/categorie.pl
  8. 1
      admin/check_budget_parent.pl
  9. 1
      admin/check_parent_total.pl
  10. 1
      admin/checkmarc.pl
  11. 2
      admin/classsources.pl
  12. 1
      admin/clone-rules.pl
  13. 2
      admin/currency.pl
  14. 1
      admin/itemtypes.pl
  15. 1
      admin/marc_subfields_structure.pl
  16. 1
      admin/patron-attr-types.pl
  17. 1
      admin/printers.pl
  18. 1
      admin/smart-rules.pl
  19. 1
      admin/z3950servers.pl

1
admin/aqbudget_owner_search.pl

@ -20,6 +20,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use C4::Auth ;
use C4::Output;
use CGI;

1
admin/aqbudgetperiods.pl

@ -42,6 +42,7 @@ script to administer the budget periods table
## modules
use strict;
#use warnings; FIXME - Bug 2505
use Number::Format qw(format_price);
use CGI;
use List::Util qw/min/;

1
admin/aqbudgets.pl

@ -20,6 +20,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use List::Util qw/min/;
use Number::Format qw(format_price);

1
admin/aqplan.pl

@ -21,6 +21,7 @@
# This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html)
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use List::Util qw/min/;
use Date::Calc qw/Delta_YMD Easter_Sunday Today Decode_Date_EU/;

1
admin/auth_subfields_structure.pl

@ -18,6 +18,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use C4::Output;
use C4::Auth;
use CGI;

1
admin/auth_tag_structure.pl

@ -19,6 +19,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Auth;
use C4::Koha;

1
admin/categorie.pl

@ -37,6 +37,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Context;
use C4::Auth;

1
admin/check_budget_parent.pl

@ -18,6 +18,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Context;
use C4::Output;

1
admin/check_parent_total.pl

@ -18,6 +18,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Context;
use C4::Output;

1
admin/checkmarc.pl

@ -19,6 +19,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use C4::Output;
use C4::Auth;
use CGI;

2
admin/classsources.pl

@ -19,7 +19,7 @@
#
use strict;
# use warnings; FIXME
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Auth;
use C4::Context;

1
admin/clone-rules.pl

@ -26,6 +26,7 @@
# The script can be called with one of the parameters, both or none
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Context;
use C4::Output;

2
admin/currency.pl

@ -38,7 +38,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
# use warnings; # FIXME
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Context;
use C4::Auth;

1
admin/itemtypes.pl

@ -41,6 +41,7 @@ written 20/02/2002 by paul.poulain@free.fr
=cut
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use List::Util qw/min/;

1
admin/marc_subfields_structure.pl

@ -18,6 +18,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use C4::Output;
use C4::Auth;
use CGI;

1
admin/patron-attr-types.pl

@ -19,6 +19,7 @@
#
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Auth;
use C4::Context;

1
admin/printers.pl

@ -38,6 +38,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Context;
use C4::Output;

1
admin/smart-rules.pl

@ -18,6 +18,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Context;
use C4::Output;

1
admin/z3950servers.pl

@ -20,6 +20,7 @@
# - we delete the record having primkey=$primkey
use strict;
#use warnings; FIXME - Bug 2505
use CGI;
use C4::Context;
use C4::Auth;

Loading…
Cancel
Save