Correction bug de cloture
This commit is contained in:
parent
96f925150f
commit
736389638c
@ -161,7 +161,7 @@ if ($_POST['action'] == 'setstatut' && $user->rights->propale->cloturer)
|
|||||||
{
|
{
|
||||||
$propal = new Propal($db);
|
$propal = new Propal($db);
|
||||||
$propal->fetch($_GET['propalid']);
|
$propal->fetch($_GET['propalid']);
|
||||||
$propal->cloture($user, $_POST['statut'], $_POST['note']);
|
$propal->cloture($user, $_POST['statut'], addslashes($_POST['note']));
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user