mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Remove accidentally committed test code
This commit is contained in:
parent
afeb95fe5e
commit
659406537b
@ -169,7 +169,8 @@ class calendar_import_csv implements importexport_iface_import_plugin {
|
|||||||
|
|
||||||
// Automatic conversions
|
// Automatic conversions
|
||||||
importexport_import_csv::convert($record, calendar_egw_record::$types, 'calendar', $lookups,
|
importexport_import_csv::convert($record, calendar_egw_record::$types, 'calendar', $lookups,
|
||||||
$_definition->plugin_options['convert'] || 1);
|
$_definition->plugin_options['convert']
|
||||||
|
);
|
||||||
|
|
||||||
// Set owner, unless it's supposed to come from CSV file
|
// Set owner, unless it's supposed to come from CSV file
|
||||||
if($_definition->plugin_options['owner_from_csv']) {
|
if($_definition->plugin_options['owner_from_csv']) {
|
||||||
|
Loading…
Reference in New Issue
Block a user