FIX phpcs

This commit is contained in:
phf 2016-02-04 19:03:25 +01:00
parent 75c4888364
commit 7e3a787688

View File

@ -161,8 +161,8 @@ if ($action == 'add')
$params, $params,
(GETPOST('alwayseditable')?1:0), (GETPOST('alwayseditable')?1:0),
(GETPOST('perms')?GETPOST('perms'):''), (GETPOST('perms')?GETPOST('perms'):''),
(GETPOST('list')?1:0) (GETPOST('list')?1:0),
,(GETPOST('ishidden')?1:0) (GETPOST('ishidden')?1:0)
); );
if ($result > 0) if ($result > 0)
{ {
@ -312,8 +312,8 @@ if ($action == 'update')
$params, $params,
(GETPOST('alwayseditable')?1:0), (GETPOST('alwayseditable')?1:0),
(GETPOST('perms')?GETPOST('perms'):''), (GETPOST('perms')?GETPOST('perms'):''),
(GETPOST('list')?1:0) (GETPOST('list')?1:0),
,(GETPOST('ishidden')?1:0) (GETPOST('ishidden')?1:0)
); );
if ($result > 0) if ($result > 0)
{ {