setting $cfg['Order'] = 'SMART'; in config.inc always results in "ORDER BY ... DESC" in *all* field header links, regardless of the type of the field. After the first "browsing" $GLOBALS['cfg']['Order'] (and the corresponding value in $_SESSION) is changed to 'DESC'.
Logged In: YES
user_id=1383652
Originator: YES
it seems to depend on which db i choose, sometimes all sort links are DESC, sometimes ASC, but never 'smart' ( DESC for time/date fields, ASC else ).
Logged In: YES
user_id=326580
Originator: NO
yes - i think this is the intended behavior - with smart DateTime is sorted with newest first - DESC, and all other ASC
what do you expect?
Logged In: YES
user_id=326580
Originator: NO
yes - i think this is the intended behavior - with smart DateTime is sorted with newest first - DESC, and all other ASC
what do you expect?
Logged In: YES
user_id=1383652
Originator: YES
>with smart DateTime is sorted with newest first - DESC, and all other ASC
exactly!
>what do you expect?
That it works as intended.
Logged In: YES
user_id=326580
Originator: NO
ups, i missread your problem - of course you are right
patch
Logged In: YES
user_id=326580
Originator: NO
File Added: pma bug#1644740.patch