From 5c9d74f8f2c7fa2cb9d5dc90b7e5994213798ecc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 5 Apr 2005 11:52:52 +0000 Subject: [PATCH] =?UTF-8?q?Modir=20appel=20de=20la=20m=E9thode=20create=20?= =?UTF-8?q?de=20l'objet=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/projet/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php index 75c754f031c..996f8052449 100644 --- a/htdocs/projet/fiche.php +++ b/htdocs/projet/fiche.php @@ -42,7 +42,7 @@ if ($_POST["action"] == 'add' && $user->rights->projet->creer) $pro->socidp = $_GET["socidp"]; $pro->ref = $_POST["ref"]; $pro->title = $_POST["title"]; - $pro_id = $pro->create( $user->id); + $pro_id = $pro->create($user); if ($pro_id) {