Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-09-14 04:24:35 +02:00
parent c0ef7e8f13
commit 22edd650d3

View File

@ -101,7 +101,7 @@ if (GETPOST('button_removefilter_x', 'alpha') || GETPOST('button_removefilter.x'
$typeid = ''; $typeid = '';
} }
$search_all = GETPOSTISSET("search_all") ? trim(GETPOSTISSET("search_all", 'alpha')) : trim(GETPOST('sall')); $search_all = GETPOSTISSET("search_all") ? trim(GETPOST("search_all", 'alpha')) : trim(GETPOST('sall'));
/* /*
* TODO: fill array "$fields" in "/compta/bank/class/paymentvarious.class.php" and use * TODO: fill array "$fields" in "/compta/bank/class/paymentvarious.class.php" and use