mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix : PHP 8.0 warnings
This commit is contained in:
@@ -75,9 +75,6 @@ $filename = $langs->trans("ExampleOfImportFile").'_'.$datatoimport.'.'.$format;
|
||||
$objimport = new Import($db);
|
||||
$objimport->load_arrays($user, $datatoimport);
|
||||
// Load arrays from descriptor module
|
||||
$entity = $objimport->array_import_entities[0][$code];
|
||||
$entityicon = $entitytoicon[$entity] ? $entitytoicon[$entity] : $entity;
|
||||
$entitylang = $entitytolang[$entity] ? $entitytolang[$entity] : $entity;
|
||||
$fieldstarget = $objimport->array_import_fields[0];
|
||||
$valuestarget = $objimport->array_import_examplevalues[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user