From 32be21c71a775d2777c225312f7297840b5ecd12 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 4 Nov 2011 21:23:17 +0000 Subject: [PATCH] =?UTF-8?q?Journaux=20par=20ordre=20alphab=C3=A9tique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_user.php b/include/class_user.php index 04b3c1e86..d8712162c 100644 --- a/include/class_user.php +++ b/include/class_user.php @@ -315,7 +315,7 @@ class User jrn_type_id,jrn_desc,'W' as uj_priv from jrn_def join jrn_type on jrn_def_type=jrn_type_id $sql_type - order by jrn_Def_id"; + order by jrn_Def_name"; } $res = $this->db->exec_sql($sql); if (Database::num_row($res) == 0)