[interchange] Allow sorting of forum entries.
Peter Ajamian <[email protected]>
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit c0430161d10f5616f287e132ce6113da9c59adf1 Author: Peter Ajamian <[email protected]> Date: Mon Dec 27 17:14:34 2010 +1300 Allow sorting of forum entries. code/UserTag/forum.tag | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/code/UserTag/forum.tag b/code/UserTag/forum.tag index f4097cc..5cf3b2c 100644 --- a/code/UserTag/forum.tag +++ b/code/UserTag/forum.tag @@ -214,7 +214,7 @@ EOF master => 'parent', subordinate => 'code', full => $opt->{full}, - sort => 'code', + sort => $opt->{sort} || 'code', spacer => " ", autodetect => 1, iterator => $menu_row,