Mercurial > p > roundup > code
changeset 1714:84c61e912079
Move documenting of curuserid to Database class.
| author | Jean Jordaan <neaj@users.sourceforge.net> |
|---|---|
| date | Thu, 26 Jun 2003 13:06:40 +0000 |
| parents | 67a11e3cfb0f |
| children | cd53f6238cae |
| files | doc/design.txt |
| diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/design.txt Wed Jun 25 09:49:34 2003 +0000 +++ b/doc/design.txt Thu Jun 26 13:06:40 2003 +0000 @@ -292,6 +292,9 @@ class Database: """A database for storing records containing flexible data types. + + The id of the current user is available on the database as + 'self.curuserid'. """ def __init__(self, config, journaltag=None): @@ -344,9 +347,6 @@ users = self.db.user messages = self.db.msg files = self.db.file - - The id of the current user is also available on the database - as 'self.db.curuserid'. """ # Editing items:
