fix: remove phpcs:enable tag
This commit is contained in:
parent
b59c1f1a34
commit
12e327d6b4
@ -6663,7 +6663,6 @@ class Form
|
|||||||
*/
|
*/
|
||||||
public function select_tickets_list($selected = '', $htmlname = 'ticketid', $filtertype = '', $limit = 20, $filterkey = '', $status = 1, $outputmode = 0, $showempty = '1', $forcecombo = 0, $morecss = '')
|
public function select_tickets_list($selected = '', $htmlname = 'ticketid', $filtertype = '', $limit = 20, $filterkey = '', $status = 1, $outputmode = 0, $showempty = '1', $forcecombo = 0, $morecss = '')
|
||||||
{
|
{
|
||||||
// phpcs:enable
|
|
||||||
global $langs, $conf, $user, $db;
|
global $langs, $conf, $user, $db;
|
||||||
|
|
||||||
$out = '';
|
$out = '';
|
||||||
@ -6738,7 +6737,6 @@ class Form
|
|||||||
$out .= $opt;
|
$out .= $opt;
|
||||||
array_push($outarray, $optJson);
|
array_push($outarray, $optJson);
|
||||||
|
|
||||||
|
|
||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user