From a755b7f97d856286f73b2ddd5c1eaa5a34178a36 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 15 Mar 2008 20:00:07 +0000 Subject: [PATCH] Fix wrong unicode for echeance --- include/user_common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/user_common.php b/include/user_common.php index cbd595feb..47e7a7024 100644 --- a/include/user_common.php +++ b/include/user_common.php @@ -408,7 +408,7 @@ function ListJrn($p_cn,$p_jrn,$p_where="",$p_array=null,$p_value=0,$p_paid=0) $sort_date=" $image_ascDate $image_desc"; $sort_description=" $image_ascDescription $image_desc"; $sort_amount=" $image_ascMontant $image_desc"; -$sort_echeance=" $image_ascEch�ance $image_desc "; +$sort_echeance=" $image_ascEchéance $image_desc "; // if an order is asked if ( isset ($_GET['o']) ) {