[ic] Enhancement Tag_options 4.7.5.

Ton Verhagen interchange-users@lists.akopia.com
Tue Jul 3 10:10:00 2001


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