Correction BUG 15134
This commit is contained in:
parent
f7e188a68f
commit
5bb3e46186
@ -303,7 +303,7 @@ class Societe {
|
|||||||
|
|
||||||
$sql = "UPDATE ".MAIN_DB_PREFIX."societe ";
|
$sql = "UPDATE ".MAIN_DB_PREFIX."societe ";
|
||||||
$sql .= " SET nom = '" . addslashes($this->nom) ."'"; // Champ obligatoire
|
$sql .= " SET nom = '" . addslashes($this->nom) ."'"; // Champ obligatoire
|
||||||
|
$sql .= ", datea = now()";
|
||||||
$sql .= ",address = '" . addslashes($this->adresse) ."'";
|
$sql .= ",address = '" . addslashes($this->adresse) ."'";
|
||||||
|
|
||||||
if ($this->cp)
|
if ($this->cp)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user