Fix bad sort order
This commit is contained in:
parent
980cb095da
commit
91cf5de54d
@ -58,7 +58,7 @@ $offset = $conf->liste_limit * $page;
|
||||
$pageprev = $page - 1;
|
||||
$pagenext = $page + 1;
|
||||
if (! $sortfield) $sortfield="v.datep,v.rowid";
|
||||
if (! $sortorder) $sortorder="DESC";
|
||||
if (! $sortorder) $sortorder="DESC,DESC";
|
||||
|
||||
$filtre=GETPOST("filtre", 'alpha');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user