From 029f5570e5778897e0db9968376a8c1c46b91c0a Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 28 May 2020 12:55:29 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/comm/action/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/list.php b/htdocs/comm/action/list.php index abe4d79256d..20b756877cc 100644 --- a/htdocs/comm/action/list.php +++ b/htdocs/comm/action/list.php @@ -52,7 +52,7 @@ $year = GETPOST("year", 'int'); $month = GETPOST("month", 'int'); $day = GETPOST("day", 'int'); $toselect = GETPOST('toselect', 'array'); -$confirm = GETPOST('confirm','alpha'); +$confirm = GETPOST('confirm', 'alpha'); // Set actioncode (this code must be same for setting actioncode into peruser, listacton and index) if (GETPOST('search_actioncode', 'array')) @@ -157,7 +157,7 @@ $arrayfields = dol_sort_array($arrayfields, 'position'); * Actions */ -if (GETPOST('cancel','alpha')) +if (GETPOST('cancel', 'alpha')) { $action='list'; $massaction=''; }