FIX php8 compatibility
This commit is contained in:
parent
ce89faace2
commit
ea8f70c73a
@ -123,7 +123,7 @@ $tabrowid[35] = "";
|
|||||||
|
|
||||||
// Condition to show dictionary in setup page
|
// Condition to show dictionary in setup page
|
||||||
$tabcond = array();
|
$tabcond = array();
|
||||||
$tabcond[35] = !empty($conf->accounting->enabled);
|
$tabcond[35] = isModEnabled('accounting');
|
||||||
|
|
||||||
// List of help for fields
|
// List of help for fields
|
||||||
$tabhelp = array();
|
$tabhelp = array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user