Gestion des SDA
This commit is contained in:
parent
39be526e54
commit
9f2143930a
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user