Merge branch 'fixes/fix-encoding-gestion-update' into staging
This commit is contained in:
commit
255261ccff
@ -1437,7 +1437,7 @@ class Bdd {
|
|||||||
$this->update_lieu_date_devis_rang_ligneTrajet($ligne_trajet, $column, htmlentities(rtrim($data)), $idNextcloud);
|
$this->update_lieu_date_devis_rang_ligneTrajet($ligne_trajet, $column, htmlentities(rtrim($data)), $idNextcloud);
|
||||||
} else {
|
} else {
|
||||||
$sql = "UPDATE ".$this->tableprefix.$table." SET $column = ? WHERE `id` = ?";
|
$sql = "UPDATE ".$this->tableprefix.$table." SET $column = ? WHERE `id` = ?";
|
||||||
$this->execSQLNoData($sql, array(htmlentities(rtrim($data)), $id));
|
$this->execSQLNoData($sql, array(trim($data), $id));
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user