Bugzilla – Attachment 698 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 members/patronimage.pl and setdebar.pl
0011-Bug-2505-Enabled-warnings-in-members-patronimage.pl.patch (text/plain), 1.61 KB, created by
Chris Cormack
on 2009-09-22 23:19:00 UTC
(
hide
)
Description:
Patch for members/patronimage.pl and setdebar.pl
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2009-09-22 23:19:00 UTC
Size:
1.61 KB
patch
obsolete
>From 87380c44abe8c0053c32fa5f38e065327a5414bc Mon Sep 17 00:00:00 2001 >From: Garry Collum <gcollum@gmail.com> >Date: Tue, 22 Sep 2009 19:20:29 -0400 >Subject: [PATCH] Bug 2505: Enabled warnings in members/patronimage.pl and setdebar.pl. >Content-Type: text/plain; charset="utf-8" > >Fixed resulting warnings after warnings was enabled. >--- > members/patronimage.pl | 4 +++- > members/setdebar.pl | 3 ++- > 2 files changed, 5 insertions(+), 2 deletions(-) > >diff --git a/members/patronimage.pl b/members/patronimage.pl >index 92b8612..62deb20 100755 >--- a/members/patronimage.pl >+++ b/members/patronimage.pl >@@ -21,6 +21,8 @@ > # > > use strict; >+use warnings; >+ > use CGI; #qw(:standard escapeHTML); > use C4::Context; > use C4::Members; >@@ -33,7 +35,7 @@ my $cardnumber; > > =head1 NAME > >-patronimage.pl - Script for retrieving and formating Koha patron images for display >+patronimage.pl - Script for retrieving and formatting Koha patron images for display > > =head1 SYNOPSIS > >diff --git a/members/setdebar.pl b/members/setdebar.pl >index 905e17f..55a35ee 100755 >--- a/members/setdebar.pl >+++ b/members/setdebar.pl >@@ -27,6 +27,7 @@ by oleonard@athenscounty.lib.oh.us > =cut > > use strict; >+use warnings; > > use CGI; > use C4::Context; >@@ -39,7 +40,7 @@ $flagsrequired->{borrowers} = 1; > my ( $loggedinuser, $cookie, $sessionID ) = > checkauth( $input, 0, $flagsrequired ); > >-my $destination = $input->param("destination"); >+my $destination = $input->param("destination") || ''; > my $cardnumber = $input->param("cardnumber"); > my $borrowernumber = $input->param('borrowernumber'); > my $status = $input->param('status'); >-- >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