mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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':
|
case 'csv':
|
||||||
$action_msg = lang('exported');
|
$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'])
|
switch ($this->prefs['csv_fields'])
|
||||||
{
|
{
|
||||||
case 'business':
|
case 'business':
|
||||||
|
Loading…
Reference in New Issue
Block a user