Fix default order

This commit is contained in:
Laurent Destailleur 2020-11-09 11:22:10 +01:00
parent 2d29bd39e4
commit 6b8170cf39

View File

@ -63,7 +63,7 @@ $offset = $limit * $page;
$pageprev = $page - 1;
$pagenext = $page + 1;
if (!$sortfield) $sortfield = "cr.date_sync";
if (!$sortorder) $sortorder = "ASC";
if (!$sortorder) $sortorder = "DESC";
// Initialize technical object to manage hooks. Note that conf->hooks_modules contains array of hooks