mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
Addressbook: Fix typo in CSV export
This commit is contained in:
parent
a0760f6b96
commit
18852b91bc
@ -255,7 +255,7 @@ class addressbook_export_contacts_csv implements importexport_iface_export_plugi
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$contact_ids[] = 'c'.$contact;
|
$contact_ids[] = 'c'.$_contact;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$events = $this->ui->read_calendar($contact_ids, false);
|
$events = $this->ui->read_calendar($contact_ids, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user