"fixed not working forced preference for addressbook: csv-fields == all"

This commit is contained in:
Ralf Becker 2007-05-21 09:08:03 +00:00
parent 9c884e4b94
commit da48c78fc2

View File

@ -163,7 +163,7 @@ class contacts_admin_prefs
'label' => 'Fields for the CSV export',
'name' => 'csv_fields',
'values' => array(
'' => lang('All'),
'all' => lang('All'),
'business' => lang('Business address'),
'home' => lang('Home address'),
),