PHP 7.2 : fix incomptability
This commit is contained in:
parent
6a40e87d49
commit
25be6b6669
1 changed files with 2 additions and 2 deletions
|
|
@ -102,8 +102,8 @@ echo _('Filtre')." ";
|
|||
$rad=new IRadio();
|
||||
$array_ledger=$g_user->get_ledger('ALL',3);
|
||||
$array=get_array_column($array_ledger,'jrn_def_id');
|
||||
$selected=(isset($_GET['r_jrn']))?$_GET['r_jrn']:null;
|
||||
$select_cat=(isset($_GET['r_cat']))?$_GET['r_cat']:null;
|
||||
$selected=(isset($_GET['r_jrn']))?$_GET['r_jrn']:array();
|
||||
$select_cat=(isset($_GET['r_cat']))?$_GET['r_cat']:array();
|
||||
$array_cat=Acc_Ledger::array_cat();
|
||||
|
||||
echo '<ul style="list-style-type:none">';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue