Fixing style errors.

This commit is contained in:
stickler-ci 2021-02-03 10:37:15 +00:00
parent eb15c4d800
commit 609428bc09

View File

@ -299,9 +299,9 @@ if ($action == 'validate') {
$db->commit(); $db->commit();
} }
} }
} }
if ($action == "sign") { if ($action == "sign") {
if (GETPOST('confirm') == 'yes') { if (GETPOST('confirm') == 'yes') {
$tmpproposal = new Propal($db); $tmpproposal = new Propal($db);
$db->begin(); $db->begin();
@ -331,8 +331,8 @@ if ($action == 'validate') {
$db->commit(); $db->commit();
} }
} }
} }
if ($action == "nosign") { if ($action == "nosign") {
if (GETPOST('confirm') == 'yes') { if (GETPOST('confirm') == 'yes') {
$tmpproposal = new Propal($db); $tmpproposal = new Propal($db);
$db->begin(); $db->begin();
@ -362,7 +362,7 @@ if ($action == 'validate') {
$db->commit(); $db->commit();
} }
} }
} }
/* /*