Bugzilla – Attachment 9736 Details for
Bug 8128
can't seem to run new sql reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8128 - [SIGNED-OFF]Followup - Change default value for cache_expiry
Bug-8128---SIGNED-OFFFollowup---Change-default-val.patch (text/plain), 941 bytes, created by
Jonathan Druart
on 2012-05-23 08:27:08 UTC
(
hide
)
Description:
Bug 8128 - [SIGNED-OFF]Followup - Change default value for cache_expiry
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-05-23 08:27:08 UTC
Size:
941 bytes
patch
obsolete
>From 27367ec8b0135e226e5227940f38b6c9395b92a2 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 22 May 2012 08:21:47 -0400 >Subject: [PATCH] Bug 8128 - [SIGNED-OFF]Followup - Change default value for > cache_expiry > >Change default value for cache_expiry from 0 to 300. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > C4/Reports/Guided.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm >index c82e995..04b3d53 100644 >--- a/C4/Reports/Guided.pm >+++ b/C4/Reports/Guided.pm >@@ -473,7 +473,7 @@ Returns id of the newly created report > > sub save_report { > my ( $borrowernumber, $sql, $name, $type, $notes, $cache_expiry, $public ) = @_; >- $cache_expiry ||= 0; >+ $cache_expiry ||= 300; > my $dbh = C4::Context->dbh(); > $sql =~ s/(\s*\;\s*)$//; # removes trailing whitespace and /;/ > my $query = >-- >1.7.7.3
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 8128
:
9648
|
9649
|
9650
|
9698
| 9736