From b563fc8bf685bbc26642d5b3e694062f8aeb0025 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 18 Apr 2012 02:04:55 -0400 Subject: [PATCH] - Uncomment 'organization'=>'o' - it works --- config/main.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 3f6b040..14cdfd6 100644 --- a/config/main.inc.php.dist +++ b/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', ), -- Gitblit v1.9.1