Bugzilla – Attachment 4601 Details for
Bug 5878
overdue printing fixes and improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
only removing some warn left
0001-Bug-5878-follow-up-fixing-perl-warning.patch (text/plain), 1.22 KB, created by
Sophie MEYNIEUX
on 2011-07-08 12:09:38 UTC
(
hide
)
Description:
only removing some warn left
Filename:
MIME Type:
Creator:
Sophie MEYNIEUX
Created:
2011-07-08 12:09:38 UTC
Size:
1.22 KB
patch
obsolete
>From 0001e921dd0fc77a1418f6d8c6d62bc45a7e3a2f Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Fri, 8 Jul 2011 13:55:54 +0200 >Subject: [PATCH] Bug 5878 follow-up fixing perl warning > >Removing some warn left > >Signed-off-by: Sophie Meynieux <sophie.meynieux@biblibre.com> >--- > misc/cronjobs/overdue_notices.pl | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index 8353194..2cdd346 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/misc/cronjobs/overdue_notices.pl >@@ -502,8 +502,8 @@ END_SQL > if ($htmlfilename) { > $titles = "<table id='itemscontent$borrowernumber'>"; > $titles .= "<thead><tr><th>" . join( "</th><th>", @$columns_def_hashref{@item_content_fields} ); >- warn @item_content_fields; >- warn map { "$columns_def_hashref->{$_};" } @item_content_fields; >+ #warn @item_content_fields; >+ #warn map { "$columns_def_hashref->{$_};" } @item_content_fields; > $titles .= "</th></tr></thead><tbody>"; > } > my @items = (); >-- >1.7.0.4 >
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 5878
:
3316
|
4533
|
4535
| 4601 |
4974