diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/backend/pas/evolutionperson.schema | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bded8b13b9..ca80b12360 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2001-09-16 Chris Toshok <toshok@ximian.com> + * backend/pas/evolutionperson.schema: fix syntax errors (which are + broken, imo...) + +2001-09-16 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-storage.h: reorder the LDAP scopes so that they match the order of the option menus in the glade file. diff --git a/addressbook/backend/pas/evolutionperson.schema b/addressbook/backend/pas/evolutionperson.schema index e8ecd8bc53..76a975330e 100644 --- a/addressbook/backend/pas/evolutionperson.schema +++ b/addressbook/backend/pas/evolutionperson.schema @@ -179,7 +179,7 @@ objectclass ( 1.3.6.1.4.1.8506.1.3.1 otherPostalAddress $ mailer $ birthDate $ anniversary $ spouseName $ note $ companyPhone $ callbackPhone $ otherFacsimileTelephoneNumber $ radio $ telex $ tty $ categories ) - ) + ) # evolutionPersonList objectclass ( 1.3.6.1.4.1.8506.1.3.2 @@ -189,4 +189,4 @@ objectclass ( 1.3.6.1.4.1.8506.1.3.2 STRUCTURAL MUST ( listName $ mail $ contact ) -) + ) |