Fix phpcs
This commit is contained in:
parent
01e4a74167
commit
621c4ff4e7
@ -679,7 +679,6 @@ if (empty($action) || $action == "view" || $action == "close")
|
|||||||
|
|
||||||
print '<center><iframe src="report.php?id='.$id.'" width="60%" height="800"></iframe></center>';
|
print '<center><iframe src="report.php?id='.$id.'" width="60%" height="800"></iframe></center>';
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'" name="formclose">';
|
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'" name="formclose">';
|
||||||
print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
|
print '<input type="hidden" name="token" value="' . $_SESSION ['newtoken'] . '">';
|
||||||
if ($action == 'start' && GETPOST('posnumber', 'int') != '' && GETPOST('posnumber', 'int') != '' && GETPOST('posnumber', 'int') != '-1')
|
if ($action == 'start' && GETPOST('posnumber', 'int') != '' && GETPOST('posnumber', 'int') != '' && GETPOST('posnumber', 'int') != '-1')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user