Bugzilla – Attachment 2223 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 admin/patron-attr-types.pl
0002-Bug-2505-Enabled-warnings-in-patron-attr-types.pl.patch (text/plain), 937 bytes, created by
Garry Collum
on 2010-06-05 22:19:15 UTC
(
hide
)
Description:
Patch for admin/patron-attr-types.pl
Filename:
MIME Type:
Creator:
Garry Collum
Created:
2010-06-05 22:19:15 UTC
Size:
937 bytes
patch
obsolete
>From 65cc69ef37bdbee694844fbd765e14c01ef22cbe Mon Sep 17 00:00:00 2001 >From: Garry Collum <gcollum@gmail.com> >Date: Sat, 5 Jun 2010 18:27:42 -0400 >Subject: [PATCH] Bug 2505: Enabled warnings in patron-attr-types.pl >Content-Type: text/plain; charset="utf-8" > >Fixed all resulting errors. >--- > admin/patron-attr-types.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/admin/patron-attr-types.pl b/admin/patron-attr-types.pl >index f8c641d..188b040 100755 >--- a/admin/patron-attr-types.pl >+++ b/admin/patron-attr-types.pl >@@ -19,7 +19,7 @@ > # > > use strict; >-#use warnings; FIXME - Bug 2505 >+use warnings; > use CGI; > use C4::Auth; > use C4::Context; >@@ -30,7 +30,7 @@ use C4::Members::AttributeTypes; > my $script_name = "/cgi-bin/koha/admin/patron-attr-types.pl"; > > my $input = new CGI; >-my $op = $input->param('op'); >+my $op = $input->param('op') || ''; > > > my ($template, $loggedinuser, $cookie) >-- >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