From 729d18632fdd78d82a57db136c9b934951e1563f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 26 Nov 2004 17:37:39 +0000 Subject: [PATCH] Ajout le user dans fastappro --- htdocs/product/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index f97ffa287a0..fcebcd8e45c 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -53,7 +53,7 @@ if ($_GET["action"] == 'fastappro') { $product = new Product($db); $product->fetch($_GET["id"]); - $result = $product->fastappro(); + $result = $product->fastappro($user); Header("Location: fiche.php?id=".$_GET["id"]); }