From 609cf46269f326f0480e99d1ccd18c8c39119571 Mon Sep 17 00:00:00 2001 From: neaj Date: Thu, 26 Jun 2003 13:06:40 +0000 Subject: [PATCH] Move documenting of curuserid to Database class. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1781 57a73879-2fb5-44c3-a270-3262357dd7e2 --- doc/design.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/design.txt b/doc/design.txt index 5253184..4d9bcc0 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -292,6 +292,9 @@ Here is the interface provided by the hyperdatabase:: 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 @@ Here is the interface provided by the hyperdatabase:: 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: -- 2.30.2