Bugzilla – Attachment 8563 Details for
Bug 7798
admin/item_circulation_alerts.pl plack scoping
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-Off] Bug 7798 - admin/item_circulation_alerts.pl plack scoping
Signed-Off-Bug-7798---adminitemcirculationalertspl.patch (text/plain), 851 bytes, created by
Alex Arnaud
on 2012-03-23 10:07:56 UTC
(
hide
)
Description:
[Signed-Off] Bug 7798 - admin/item_circulation_alerts.pl plack scoping
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2012-03-23 10:07:56 UTC
Size:
851 bytes
patch
obsolete
>From 7f96f5353ddb168a31ecb64de83d544ae44783f7 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Thu, 22 Mar 2012 13:58:29 +0100 >Subject: [PATCH] [Signed-Off] Bug 7798 - admin/item_circulation_alerts.pl plack scoping > >Signed-off-by: Alex Arnaud <alex.arnaud@biblibre.com> >--- > admin/item_circulation_alerts.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/admin/item_circulation_alerts.pl b/admin/item_circulation_alerts.pl >index bba5d60..ee77ae8 100755 >--- a/admin/item_circulation_alerts.pl >+++ b/admin/item_circulation_alerts.pl >@@ -33,7 +33,7 @@ use C4::ItemCirculationAlertPreference; > use C4::Output; > > # shortcut for long package name >-my $preferences = 'C4::ItemCirculationAlertPreference'; >+our $preferences = 'C4::ItemCirculationAlertPreference'; > > # utf8 filter > sub utf8 { >-- >1.7.4.1
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 7798
:
8507
| 8563