Bugzilla – Attachment 8424 Details for
Bug 7772
reports/bor_issues_top.pl: we need to exit(0) for plack
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7772 - reports/bor_issues_top.pl: we need to exit(0) for plack
Bug-7772---reportsborissuestoppl-we-need-to-exit0-.patch (text/plain), 699 bytes, created by
Dobrica Pavlinusic
on 2012-03-21 14:50:23 UTC
(
hide
)
Description:
Bug 7772 - reports/bor_issues_top.pl: we need to exit(0) for plack
Filename:
MIME Type:
Creator:
Dobrica Pavlinusic
Created:
2012-03-21 14:50:23 UTC
Size:
699 bytes
patch
obsolete
>From d48619a315633a10d4335cc19677af68e4007488 Mon Sep 17 00:00:00 2001 >From: Dobrica Pavlinusic <dpavlin@rot13.org> >Date: Wed, 21 Mar 2012 11:23:20 +0100 >Subject: [PATCH] Bug 7772 - reports/bor_issues_top.pl: we need to exit(0) for plack > >--- > reports/bor_issues_top.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/reports/bor_issues_top.pl b/reports/bor_issues_top.pl >index 95fc287..126cdef 100755 >--- a/reports/bor_issues_top.pl >+++ b/reports/bor_issues_top.pl >@@ -102,7 +102,7 @@ if ($do_it) { > print join($sep, map {$_->{totalcol}} @$cols); > print $sep.@$results[0]->{total}; > } >- exit(1); >+ exit(0); > } > > my $dbh = C4::Context->dbh; >-- >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 7772
:
8393
|
8424
|
8557