This commit is contained in:
Regis Houssin 2006-04-14 10:11:19 +00:00
parent e291b68931
commit 50e7433ce5

View File

@ -93,7 +93,7 @@ if ($_POST["action"] == 'update' && $user->rights->projet->creer)
$projet->id = $_POST["id"];
$projet->ref = $_POST["ref"];
$projet->title = $_POST["title"];
$projet->update();
$projet->update($user);
$_GET["id"]=$projet->id; // On retourne sur la fiche projet
}