Bugzilla – Attachment 20618 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), 870 bytes, created by
Bernardo Gonzalez Kriegel
on 2013-08-25 23:03:55 UTC
(
hide
)
Description:
Bug 10711: (follow-up) removing tabs
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2013-08-25 23:03:55 UTC
Size:
870 bytes
patch
obsolete
>From dcf2a6a27846ca31d10a85948a2a89a28b08f763 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> >--- > 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.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 10711
:
20269
|
20617
|
20618
|
20649
|
20650