diff options
author | Chris Toshok <toshok@ximian.com> | 2001-09-17 08:45:36 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-09-17 08:45:36 +0800 |
commit | 04b1bded1c8809e85950d6b08ccafcedca8213fb (patch) | |
tree | 2e8b359df12d34162755b82be27a99960ef1f6e2 /addressbook/backend | |
parent | 842aaaaa8c02daa7b0dc4651ee01a8e1d6c21910 (diff) | |
download | gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.gz gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.bz2 gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.lz gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.xz gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.tar.zst gsoc2013-evolution-04b1bded1c8809e85950d6b08ccafcedca8213fb.zip |
fix syntax errors (which are broken, imo...)
2001-09-16 Chris Toshok <toshok@ximian.com>
* backend/pas/evolutionperson.schema: fix syntax errors (which are
broken, imo...)
svn path=/trunk/; revision=12866
Diffstat (limited to 'addressbook/backend')
-rw-r--r-- | addressbook/backend/pas/evolutionperson.schema | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) -) + ) |