Gestion du statut

This commit is contained in:
Rodolphe Quiedeville 2003-11-19 15:02:19 +00:00
parent 23d0369bc9
commit 46240bd8bf

View File

@ -55,7 +55,7 @@ class Entrepot
if ($id > 0)
{
$this->id = $id;
$this->statut = 1;
if ( $this->update($id, $user) )
{
$this->db->query("COMMIT") ;