[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Enhancement Tag_options 4.7.5.
Hi All,
Found a little inconsistency in tag_options.
o_sort isn't used in the 'elsif($record->{o_matrix})' branch.
It would be nice to be able to order options using o_sort (It is used in
the if() branche).
Please would the development team be willing to
Add:
my $rsort = $map{o_sort} || 'o_sort';
and change this:
" FROM $table where $lcol = $lval";
to:
" FROM $table where $lcol = $lval ORDER BY $rsort";
Would be great.
Thanks a million.
Ton Verhagen