alecpl
2012-04-18 b563fc8bf685bbc26642d5b3e694062f8aeb0025
- Uncomment 'organization'=>'o' - it works


1 files modified
2 ■■■ changed files
config/main.inc.php.dist 2 ●●● patch | view | raw | blame | history
config/main.inc.php.dist
@@ -600,12 +600,12 @@
    'locality'    => 'l',
// if you uncomment country, you need to modify 'sub_fields' above
//    'country'     => 'c',
    'organization' => 'o',
    'department'  => 'departmentNumber',
    'notes'       => 'description',
// these currently don't work:
//    'phone:workfax' => 'facsimileTelephoneNumber',
//    'photo'        => 'jpegPhoto',
//    'organization' => 'o',
//    'manager'      => 'manager',
//    'assistant'    => 'secretary',
  ),