Update fiche.php

This commit is contained in:
braito4 2013-08-07 20:48:50 +02:00
parent 4298e5466a
commit 561d0ea46b

View File

@ -155,7 +155,7 @@ elseif ($action == 'confirm_delete' && $confirm == 'yes' && $user->rights->fourn
$result=$object->delete($id);
if ($result > 0)
{
header('Location: index.php');
header('Location: list.php');
exit;
}
else