Bugzilla – Attachment 690 Details for
Bug 2505
Omnibus: Enable Perl warnings in all modules and scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for opac-export.pl and opac-sendbasket.pl
0013-Bug-2505-Enabled-warnings-in-opac-export.pl-and-opa.patch (text/plain), 948 bytes, created by
Chris Cormack
on 2009-08-12 17:08:00 UTC
(
hide
)
Description:
Patch for opac-export.pl and opac-sendbasket.pl
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-08-12 17:08:00 UTC
Size:
948 bytes
patch
obsolete
>From c08d5f5b3413f83c8d601eff57db01097561585b Mon Sep 17 00:00:00 2001 >From: Garry Collum <gcollum@gmail.com> >Date: Wed, 12 Aug 2009 13:09:15 -0400 >Subject: [PATCH] Bug 2505: Enabled warnings in opac-export.pl and opac-sendbasket.pl >Content-Type: text/plain; charset="utf-8" > >--- > opac/opac-export.pl | 1 + > opac/opac-sendbasket.pl | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/opac/opac-export.pl b/opac/opac-export.pl >index 0093ce0..469ec85 100755 >--- a/opac/opac-export.pl >+++ b/opac/opac-export.pl >@@ -1,6 +1,7 @@ > #!/usr/bin/perl > use HTML::Template::Pro; > use strict; >+use warnings; > > use C4::Record; > use C4::Auth; >diff --git a/opac/opac-sendbasket.pl b/opac/opac-sendbasket.pl >index f06230c..9efa237 100755 >--- a/opac/opac-sendbasket.pl >+++ b/opac/opac-sendbasket.pl >@@ -16,6 +16,7 @@ > # Suite 330, Boston, MA 02111-1307 USA > > use strict; >+use warnings; > > use CGI; > use Encode qw(encode); >-- >1.5.6.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 2505
:
686
|
687
|
688
|
689
|
690
|
691
|
692
|
693
|
694
|
695
|
696
|
697
|
698
|
699
|
700
|
701
|
702
|
703
|
704
|
705
|
706
|
707
|
708
|
709
|
2223
|
3884
|
4574
|
8209
|
8317
|
8322
|
8373
|
9034
|
9035
|
9036
|
34442