diff -r 6cbc7bc8ea6d -r 5fe84a5f7035 schemas/Bookmark.py --- a/schemas/Bookmark.py Fri Apr 17 13:21:05 2009 +0200 +++ b/schemas/Bookmark.py Fri Apr 17 16:55:37 2009 +0200 @@ -5,7 +5,7 @@ path = String(maxsize=512, required=True, description=_("relative url of the bookmarked page")) - bookmarked_by = SubjectRelation('EUser', + bookmarked_by = SubjectRelation('CWUser', description=_("users using this bookmark"))