rfe #2981999 [interface] Default sort order is now SMART.

This commit is contained in:
Michal Čihař
2010-04-16 15:13:43 +02:00
parent 956c2fadca
commit 84d25c0c00
2 changed files with 2 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ $Id$
Philip Frank.
- patch #2983960 [interface] Add javascript validation of datetime input,
thanks to Sutharshan Balachandren.
- rfe #2981999 [interface] Default sort order is now SMART.
3.3.3.0 (not yet released)
- patch #2982480 [navi] Do not group if there would be one table in group,

View File

@@ -887,7 +887,7 @@ $cfg['MaxRows'] = 30;
*
* @global string $cfg['Order']
*/
$cfg['Order'] = 'ASC';
$cfg['Order'] = 'SMART';
/**
* default for 'Show binary contents as HEX'