Correction BUG 15134

This commit is contained in:
Rodolphe Quiedeville 2005-12-03 13:49:06 +00:00
parent f7e188a68f
commit 5bb3e46186

View File

@ -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)