Bugzilla – Attachment 15694 Details for
Bug 9458
Add sorting to lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9458 - Add sorting to lists - QA Followup 2
Bug-9458---Add-sorting-to-lists---QA-Followup-2.patch (text/plain), 804 bytes, created by
Kyle M Hall (khall)
on 2013-02-26 15:34:36 UTC
(
hide
)
Description:
Bug 9458 - Add sorting to lists - QA Followup 2
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-02-26 15:34:36 UTC
Size:
804 bytes
patch
obsolete
>From c3a4c03e342d485d6674092445c25d38573bc82e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 26 Feb 2013 10:34:20 -0500 >Subject: [PATCH] Bug 9458 - Add sorting to lists - QA Followup 2 > >--- > C4/VirtualShelves.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/VirtualShelves.pm b/C4/VirtualShelves.pm >index 37babc1..254d732 100644 >--- a/C4/VirtualShelves.pm >+++ b/C4/VirtualShelves.pm >@@ -276,7 +276,7 @@ sub GetShelfContents { > WHERE vc.shelfnumber=? "; > my @params = ($shelfnumber); > if($sortfield) { >- $query .= " ORDER BY " . $sortfield; >+ $query .= " ORDER BY " . $dbh->quote_identifier( $sortfield ); > $query .= " DESC " if ( $sort_direction eq 'desc' ); > } > if($row_count){ >-- >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 9458
:
14781
|
14790
|
14791
|
14792
|
15363
|
15543
|
15545
|
15554
|
15674
|
15675
| 15694 |
15891
|
15952
|
16031