Bugzilla – Attachment 20650 Details for
Bug 10711
GetOfflineOperation in C4/Circulation.pm should returns $sth->fetchrow_hashref instead of $result
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10711: (follow-up) removing tabs
Bug-10711-follow-up-removing-tabs.patch (text/plain), 921 bytes, created by
Chris Cormack
on 2013-08-27 09:56:17 UTC
(
hide
)
Description:
Bug 10711: (follow-up) removing tabs
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-08-27 09:56:17 UTC
Size:
921 bytes
patch
obsolete
>From b84bf6b08449bc0296994e45ade54b1cd0cc867a Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sun, 25 Aug 2013 19:53:29 -0300 >Subject: [PATCH] Bug 10711: (follow-up) removing tabs > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > C4/Circulation.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index 35a90c7..82f6aa3 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -3306,8 +3306,8 @@ sub GetOfflineOperations { > } > > sub GetOfflineOperation { >- my $operationid = shift; >- return unless $operationid; >+ my $operationid = shift; >+ return unless $operationid; > my $dbh = C4::Context->dbh; > my $sth = $dbh->prepare("SELECT * FROM pending_offline_operations WHERE operationid=?"); > $sth->execute( $operationid ); >-- >1.8.1.2
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 10711
:
20269
|
20617
|
20618
|
20649
| 20650