forked from extern/egroupware
Return export object
This commit is contained in:
parent
335c025e68
commit
e5fd49940f
@ -214,6 +214,7 @@ class addressbook_export_contacts_csv implements importexport_iface_export_plugi
|
|||||||
$export_object->export_record($contact);
|
$export_object->export_record($contact);
|
||||||
unset($contact);
|
unset($contact);
|
||||||
}
|
}
|
||||||
|
return $export_object;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -142,6 +142,7 @@ class calendar_export_csv implements importexport_iface_export_plugin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
unset($record);
|
unset($record);
|
||||||
|
return $export_object;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -67,6 +67,7 @@ class timesheet_export_csv implements importexport_iface_export_plugin {
|
|||||||
$export_object->export_record($record);
|
$export_object->export_record($record);
|
||||||
unset($record);
|
unset($record);
|
||||||
}
|
}
|
||||||
|
return $export_object;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user