Bugzilla – Attachment 707 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-autoritiesdetail.pl and opac-MARCdetail.pl
0005-Bug-2505-Enables-warnings-in-opac-MARCdetail.pl-and.patch (text/plain), 1.07 KB, created by
Chris Cormack
on 2010-02-15 22:12:00 UTC
(
hide
)
Description:
Patch for opac-autoritiesdetail.pl and opac-MARCdetail.pl
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-02-15 22:12:00 UTC
Size:
1.07 KB
patch
obsolete
>From 84ed91ae7471c95715b3ce678feddd03cedaaa7b Mon Sep 17 00:00:00 2001 >From: Garry Collum <gcollum@gmail.com> >Date: Mon, 15 Feb 2010 17:17:16 -0500 >Subject: [PATCH] Bug 2505: Enables warnings in opac-MARCdetail.pl and opac-authoritiesdetail.pl >Content-Type: text/plain; charset="utf-8" > >No resulting warnings after warnings were turned on. >--- > opac/opac-MARCdetail.pl | 2 ++ > opac/opac-authoritiesdetail.pl | 2 ++ > 2 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/opac/opac-MARCdetail.pl b/opac/opac-MARCdetail.pl >index 940104b..849c564 100755 >--- a/opac/opac-MARCdetail.pl >+++ b/opac/opac-MARCdetail.pl >@@ -40,6 +40,8 @@ the items attached to the biblio > =cut > > use strict; >+use warnings; >+ > use C4::Auth; > use C4::Context; > use C4::Output; >diff --git a/opac/opac-authoritiesdetail.pl b/opac/opac-authoritiesdetail.pl >index 430f0f2..8df9d47 100755 >--- a/opac/opac-authoritiesdetail.pl >+++ b/opac/opac-authoritiesdetail.pl >@@ -38,6 +38,8 @@ parameters tables. > =cut > > use strict; >+use warnings; >+ > use C4::AuthoritiesMarc; > use C4::Auth; > use C4::Context; >-- >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