Gestion des SDA

This commit is contained in:
Rodolphe Quiedeville 2005-12-01 11:56:35 +00:00
parent 39be526e54
commit 9f2143930a

View File

@ -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;
}