mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Make sure lookups is initialized to an array
This commit is contained in:
parent
3333d18fae
commit
e61bb1abf7
@ -135,6 +135,7 @@ class resources_import_csv implements importexport_iface_import_plugin {
|
||||
|
||||
$types = importexport_export_csv::$types;
|
||||
$types['select-bool'] = array('bookable');
|
||||
$lookups = array();
|
||||
|
||||
while ( $record = $import_csv->get_record() ) {
|
||||
$success = false;
|
||||
|
Loading…
Reference in New Issue
Block a user