This commit is contained in:
Regis Houssin 2006-06-09 15:13:09 +00:00
parent 7ae375b291
commit df0586e2b1

View File

@ -80,6 +80,7 @@ if ($_POST['action'] == 'confirm_delete' && $_POST['confirm'] == 'yes')
if ($user->rights->propale->supprimer)
{
$propal = new Propal($db, 0, $_GET['propalid']);
$propal->fetch($_GET['propalid']);
$propal->delete($user);
$propalid = 0;
$brouillon = 1;