diff --git a/htdocs/opensurvey/list.php b/htdocs/opensurvey/list.php
index d21a08007a48cebdefd2c071ffeae7678718f232..d13c9884e892488ef815aa382aa560c56d7c455a 100644
--- a/htdocs/opensurvey/list.php
+++ b/htdocs/opensurvey/list.php
@@ -43,8 +43,8 @@ if ($page == -1) { $page = 0; }
 $offset = $conf->liste_limit * $page;
 $pageprev = $page - 1;
 $pagenext = $page + 1;
-if (! $sortfield) $sortfield="p.titre";
-if (! $sortorder) $sortorder="ASC";
+if (! $sortfield) $sortfield="p.date_fin";
+if (! $sortorder) $sortorder="DESC";
 if ($page < 0) {
 	$page = 0;
 }