mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
"addressbook.csv_export --> addressbook_csv, thank to Christoph Kaulich for the report"
This commit is contained in:
parent
6abf7b87b0
commit
2a88bd0fab
@ -504,7 +504,7 @@ class addressbook_ui extends addressbook_bo
|
||||
{
|
||||
case 'csv':
|
||||
$action_msg = lang('exported');
|
||||
$csv_export =& CreateObject('addressbook.csv_export',$this,$this->prefs['csv_charset']);
|
||||
$csv_export = new addressbook_csv($this,$this->prefs['csv_charset']);
|
||||
switch ($this->prefs['csv_fields'])
|
||||
{
|
||||
case 'business':
|
||||
|
Loading…
Reference in New Issue
Block a user