From 99dd6668bcaaaad7f5995be95a402a0668886414 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Thu, 4 Feb 2010 23:29:31 +0100 Subject: [PATCH] Bug 470214: Query sorting by multiple columns sometimes loses a column r=ghendricks a=LpSolit --- template/en/default/list/table.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 11ec4c5897..fcbba3ab17 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -134,10 +134,9 @@ [% IF (om = order.match("$id( DESC)?")) %] [% desc = ' DESC' IF NOT om.0 %] [% END %] - [% order = order.remove("\\b$id( DESC)?(,\\s*|\$)") %] [%- abbrev.$id.title || field_descs.$id || column.title -%] -- 2.47.2