Bugzilla – Attachment 13855 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]
[SIGNED-OFF] Bug 9033: Wide character error in runreport.pl
Bug-9033-Wide-character-error-in-runreportpl.patch (text/plain), 1.08 KB, created by
Kyle M Hall (khall)
on 2012-12-03 17:22:55 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 9033: Wide character error in runreport.pl
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-12-03 17:22:55 UTC
Size:
1.08 KB
patch
obsolete
>From ff9c3aa1f3b886ebe84d36be93d7fd5bd2140715 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> >--- > misc/cronjobs/runreport.pl | 6 +++--- > 1 files 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.2.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