//40LocalSQL
{
    my $sab = ($horde{SharedAddressBooks} || 'enabled') eq 'disabled' ? 'false' : 'true';
    $OUT = "\$cfgSources['localsql']['use_shares'] = $sab;"                                             
}

$cfgSources['localsql']['map']['children'] = 'object_children';
$cfgSources['localsql']['map']['email'] = 'object_email';
$cfgSources['localsql']['map']['homeEmail'] = 'object_homeemail';
$cfgSources['localsql']['map']['workEmail'] = 'object_workemail';

$cfgSources['localsql']['tabs'] = array(
     _("Personal") => array('firstname', 'lastname', 'middlenames',
                            'namePrefix', 'nameSuffix', 'name', 'alias',
                            'birthday', 'spouse', 'anniversary', 'children',
                            'yomifirstname', 'yomilastname', 'photo'),   
     _("Location") => array('homeStreet', 'homePOBox', 'homeCity',
                            'homeProvince', 'homePostalCode', 'homeCountry',
                            'homeAddress', 'workStreet', 'workPOBox',
                            'workCity', 'workProvince', 'workPostalCode',
                            'workCountry', 'workAddress', 'otherStreet',
                            'otherPOBox', 'otherCity', 'otherProvince',
                            'otherPostalCode', 'otherCountry',
                            'otherAddress','timezone'),
     _("Communications") => array('homeEmail', 'workEmail', 'email',
                                  'homePhone', 'homePhone2',
                                  'workPhone', 'workPhone2', 'carPhone',
                                  'radioPhone', 'companyPhone',
                                  'assistPhone', 'homeFax',
                                  'cellPhone', 'fax', 'pager', 'imaddress',
                                  'imaddress2', 'imaddress3'),
     _("Organization") => array('title', 'role', 'company', 'department', 'logo', 'assistant', 'manager'),
     _("Other") => array('notes', 'website', 'freebusyUrl',
                         'pgpPublicKey', 'smimePublicKey'),
);

