"addressbook.csv_export --> addressbook_csv, thank to Christoph Kaulich for the report"

This commit is contained in:
Ralf Becker 2008-05-21 07:44:41 +00:00
parent 6abf7b87b0
commit 2a88bd0fab

View File

@ -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':