Bugzilla – Attachment 708 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-maintenance.pl
0001-Bug-2505-Add-warnings-to-opac-maintenance.pl.patch (text/plain), 713 bytes, created by
Chris Cormack
on 2010-02-17 23:08:00 UTC
(
hide
)
Description:
Patch for opac-maintenance.pl
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-02-17 23:08:00 UTC
Size:
713 bytes
patch
obsolete
>From ca507ac78ad31eb470b0227bee822f7ca604bd34 Mon Sep 17 00:00:00 2001 >From: Garry Collum <gcollum@gmail.com> >Date: Wed, 17 Feb 2010 18:09:10 -0500 >Subject: [PATCH] Bug 2505: Add warnings to opac/maintenance.pl >Content-Type: text/plain; charset="utf-8" > >Added a FIXME for warning generated from C4/Context.pm. >--- > opac/maintenance.pl | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > >diff --git a/opac/maintenance.pl b/opac/maintenance.pl >index 49b7491..3044c5d 100755 >--- a/opac/maintenance.pl >+++ b/opac/maintenance.pl >@@ -17,6 +17,9 @@ > > > use strict; >+use warnings; >+# FIXME - Generates a warning from C4/Context.pm (uninitilized value). >+ > use CGI; > use C4::Auth; > use C4::Output; >-- >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