From 9f2143930aecdd78cd83cba9ac237ca19310f3de Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 1 Dec 2005 11:56:35 +0000 Subject: [PATCH] Gestion des SDA --- htdocs/telephonie/script/commande_presel_statut.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/script/commande_presel_statut.php b/htdocs/telephonie/script/commande_presel_statut.php index a3f727cf6ae..fef2713cdac 100644 --- a/htdocs/telephonie/script/commande_presel_statut.php +++ b/htdocs/telephonie/script/commande_presel_statut.php @@ -194,7 +194,7 @@ function GetPreselection_byRef($db, $host, $user_login, $user_passwd, $ids) else { $row = $db->fetch_row($resql); - if ($row[1] <> $situation_key) + if (trim($row[1]) <> trim($situation_key)) { $insert = 1; }