Ajout le user dans fastappro
This commit is contained in:
parent
490e8798cc
commit
729d18632f
@ -53,7 +53,7 @@ if ($_GET["action"] == 'fastappro')
|
|||||||
{
|
{
|
||||||
$product = new Product($db);
|
$product = new Product($db);
|
||||||
$product->fetch($_GET["id"]);
|
$product->fetch($_GET["id"]);
|
||||||
$result = $product->fastappro();
|
$result = $product->fastappro($user);
|
||||||
Header("Location: fiche.php?id=".$_GET["id"]);
|
Header("Location: fiche.php?id=".$_GET["id"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user