Bugzilla – Attachment 16329 Details for
Bug 7683
statistic wizard: cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7683: Fix plack compatibility
Bug-7683-Fix-plack-compatibility.patch (text/plain), 1.16 KB, created by
Paul Poulain
on 2013-03-19 09:10:38 UTC
(
hide
)
Description:
Bug 7683: Fix plack compatibility
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2013-03-19 09:10:38 UTC
Size:
1.16 KB
patch
obsolete
>From 942c6ddc9a44dee28371bb108424e5a6a209d43c Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Tue, 8 Jan 2013 14:03:28 +0100 >Subject: [PATCH] Bug 7683: Fix plack compatibility > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > reports/catalogue_stats.pl | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > >diff --git a/reports/catalogue_stats.pl b/reports/catalogue_stats.pl >index 0954492..a92a046 100755 >--- a/reports/catalogue_stats.pl >+++ b/reports/catalogue_stats.pl >@@ -74,7 +74,7 @@ if ($do_it) { > if ( $output eq "screen" ) { > $template->param( mainloop => $results ); > output_html_with_http_headers $input, $cookie, $template->output; >- exit(1); >+ exit; > } else { > print $input->header( > -type => 'application/vnd.sun.xml.calc', >@@ -104,7 +104,7 @@ if ($do_it) { > print $sep. $col->{totalcol}; > } > print $sep. @$results[0]->{total}; >- exit(1); >+ exit; > } > } else { > my $dbh = C4::Context->dbh; >@@ -618,5 +618,3 @@ sub calculate { > push @mainloop, \%globalline; > return \@mainloop; > } >- >-1; >-- >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 7683
:
12762
|
12785
|
12940
|
14399
|
14466
|
16327
|
16328
|
16329
|
16367
|
16775
|
20241
|
20242
|
20243
|
20244
|
20245
|
21357
|
21358
|
23683
|
23684
|
23685
|
23686
|
23687
|
23688
|
23689
|
23690
|
23691
|
25072
|
25073
|
25091
|
25092
|
25093
|
25094
|
25095
|
25096
|
25097
|
25098
|
25099
|
25100
|
26678
|
26679
|
26680
|
26681
|
26682
|
28466
|
28467
|
28468
|
28469
|
28470
|
36489
|
36490
|
36491
|
36492
|
36493
|
39129
|
39130
|
39131
|
39132
|
39133
|
41821
|
41829
|
44651
|
44652
|
44653
|
44654
|
44655
|
45238
|
45239
|
45240
|
45241
|
45242