From: henke Date: Wed, 16 May 2007 11:21:05 +0000 (+0200) Subject: typo + phone field fix X-Git-Tag: 0.7.1~71 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50afbce26151972dab6a227165c4002deb0606ee;p=contagged typo + phone field fix darcs-hash:20070516112105-1b98d-51257d3a18a5f91102b0ce1b7097c6344311a752.gz --- diff --git a/fields.php b/fields.php index f5ee662..8f3d3c3 100644 --- a/fields.php +++ b/fields.php @@ -75,15 +75,15 @@ $FIELDS['domain'] = 'domain'; /* comment in if you want to use it $OCLASSES[] = 'evolutionPerson'; $OCLASSES[] = 'officePerson'; -$FIELDS['department'] = 'ou'; -$FIELDS['state'] = 'st'; -$FIELDS['country'] = 'c'; -$FIELDS['direct'] = 'primaryPhone'; -$FIELDS['swithboard'] = 'companyPhone'; -$FIELDS['note'] = 'note'; -$FIELDS['manager'] = 'seeAlso'; -$FIELDS['birthday'] = 'birthDate'; -$FIELDS['spouse'] = 'spouseName'; +$FIELDS['department'] = 'ou'; +$FIELDS['state'] = 'st'; +$FIELDS['country'] = 'c'; +$FIELDS['phone'] = 'primaryPhone'; +$FIELDS['switchboard'] = 'companyPhone'; +$FIELDS['note'] = 'note'; +$FIELDS['manager'] = 'seeAlso'; +$FIELDS['birthday'] = 'birthDate'; +$FIELDS['spouse'] = 'spouseName'; */