summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-table.html
diff options
context:
space:
mode:
authorivan <ivan>2008-04-13 20:35:10 +0000
committerivan <ivan>2008-04-13 20:35:10 +0000
commitc2833f823676e017f2f693364d56d86c49592028 (patch)
tree7bfbaa52c2aaefd23354130774c7e47fe73f2ab5 /httemplate/elements/select-table.html
parent5a50cc44ea44730eb8f286b5063f0446b247381b (diff)
select-table and select-part_pkg updates so we can use select-part_pkg as an edit/elements/edit.html m2 type
Diffstat (limited to 'httemplate/elements/select-table.html')
-rw-r--r--httemplate/elements/select-table.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/select-table.html b/httemplate/elements/select-table.html
index 5d6c4a82c..7339f362c 100644
--- a/httemplate/elements/select-table.html
+++ b/httemplate/elements/select-table.html
@@ -100,6 +100,7 @@ if ( $opt{'records'} ) {
'table' => $opt{'table'},
'hashref' => ( $opt{'hashref'} || {} ),
'extra_sql' => ( $opt{'extra_sql'} || '' ),
+ 'order_by' => ( $opt{'order_by'} || "ORDER BY $name_col" ),
});
}