Correction bug de cloture

This commit is contained in:
Rodolphe Quiedeville 2005-12-09 11:26:45 +00:00
parent 96f925150f
commit 736389638c

View File

@ -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']));
} }
/* /*