Bugzilla – Attachment 14012 Details for
Bug 9033
Wide character error in runreport.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9033: Wide character error in runreport.pl
Bug-9033-Wide-character-error-in-runreportpl.patch (text/plain), 1.13 KB, created by
Paul Poulain
on 2012-12-11 19:46:18 UTC
(
hide
)
Description:
Bug 9033: Wide character error in runreport.pl
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-12-11 19:46:18 UTC
Size:
1.13 KB
patch
obsolete
>From 2e1c965f01b35e083c13ef5371068ef5585e78cf Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Thu, 22 Nov 2012 17:19:41 +0100 >Subject: [PATCH] Bug 9033: Wide character error in runreport.pl > >This patch fix a typo that prevented report to be run > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > misc/cronjobs/runreport.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/misc/cronjobs/runreport.pl b/misc/cronjobs/runreport.pl >index 8bb4266..2357ed8 100755 >--- a/misc/cronjobs/runreport.pl >+++ b/misc/cronjobs/runreport.pl >@@ -193,9 +193,9 @@ foreach my $report_id (@ARGV) { > warn "ERROR: No saved report $report_id found"; > next; > } >- my $sql => $report->{savedsql}; >- my $report_name => $report->{report_name}; >- my $type => $report->{type}; >+ my $sql = $report->{savedsql}; >+ my $report_name = $report->{report_name}; >+ my $type = $report->{type}; > > $verbose and print "SQL: $sql\n\n"; > if (defined($report_name) and $report_name ne "") >-- >1.7.9.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 9033
:
13309
|
13638
|
13639
|
13855
|
14011
| 14012