Fixing style errors.

This commit is contained in:
stickler-ci 2023-01-24 13:28:59 +00:00
parent b964f1a476
commit 08bd8caaf2

View File

@ -1162,8 +1162,8 @@ if (empty($reshook)) {
} }
} }
header("Location: ".$_SERVER["PHP_SELF"]."?id=".GETPOST('id', 'int')); header("Location: ".$_SERVER["PHP_SELF"]."?id=".GETPOST('id', 'int'));
exit; exit;
} }
if ($action == 'confirm_delete_line' && GETPOST("confirm", 'alpha') == "yes" && $user->rights->expensereport->creer) { if ($action == 'confirm_delete_line' && GETPOST("confirm", 'alpha') == "yes" && $user->rights->expensereport->creer) {