Table Of Contents ================= _("My Address Book"), 'type' => 'sql', 'params' => array_merge($GLOBALS['conf']['sql'], array('table' => 'turba_objects')), 'map' => array( '__key' => 'object_id', '__owner' => 'owner_id', '__type' => 'object_type', '__members' => 'object_members', '__uid' => 'object_uid', 'name' => array('fields' => array('firstname', 'lastname'), 'format' => '%s %s'), 'firstname' => 'object_firstname', 'lastname' => 'object_lastname', 'name_prefix' => 'object_nameprefix', 'email' => 'object_email', 'alias' => 'object_alias', 'homeStreet' => 'object_homestreet', 'homeCity' => 'object_homecity', 'homeProvince' => 'object_homeprovince', 'homePostalCode' => 'object_homepostalcode', 'homeCountry' => 'object_homecountry', 'workStreet' => 'object_workstreet', 'workCity' => 'object_workcity', 'workProvince' => 'object_workprovince', 'workPostalCode' => 'object_workpostalcode', 'workCountry' => 'object_workcountry', 'homePhone' => 'object_homephone', 'workPhone' => 'object_workphone', 'cellPhone' => 'object_cellphone', 'fax' => 'object_fax', 'pager' => 'object_pager', 'title' => 'object_title', 'company' => 'object_company', 'website' => 'object_url', 'notes' => 'object_notes', 'pgpPublicKey' => 'object_pgppublickey', 'smimePublicKey' => 'object_smimepublickey', 'freebusyUrl' => 'object_freebusyurl' ), 'search' => array( 'name', 'email' ), 'strict' => array( 'object_id', 'owner_id', 'object_type', ), 'export' => true, 'browse' => true, 'use_shares' => true, );