[turba] Problem with contact lists (HEAD)

Jan Kuipers jrkuipers at lauwerscollege.nl
Thu Dec 21 14:49:08 PST 2006


Citeren Michael Rubinsky <mike at theupstairsroom.com>:

> Maybe verify that your map is correct in config/sources.php?

Hello Mike,

I use this in my map:

     'map' => array(
         '__key' => 'object_id',
         '__owner' => 'owner_id',
         '__type' => 'object_type',
         '__members' => 'object_members',
         '__uid' => 'object_uid',
//        'name' => 'object_name',
         'name' => array('fields' => array('firstname', 'lastname'),
                         'format' => '%s %s',
                         'attribute' => 'object_name'),
         'firstname' => 'object_firstname',
         'lastname' => 'object_lastname',
         'email' => 'object_email',
         'alias' => 'object_alias',
         'homeAddress' => 'object_homeaddress',
         'workAddress' => 'object_workaddress',
         'homePhone' => 'object_homephone',
         'workPhone' => 'object_workphone',
         'cellPhone' => 'object_cellphone',
         'fax' => 'object_fax',
         'title' => 'object_title',
         'company' => 'object_company',
         'notes' => 'object_notes',
         'pgpPublicKey' => 'object_pgppublickey',
         'smimePublicKey' => 'object_smimepublickey',
         'freebusyUrl' => 'object_freebusyurl'
     ),

I don't see what's wrong with it

--
Jan Kuipers
Systeembeheer Lauwers College



More information about the turba mailing list