Code

Move documenting of curuserid to Database class.
authorneaj <neaj@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 26 Jun 2003 13:06:40 +0000 (13:06 +0000)
committerneaj <neaj@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 26 Jun 2003 13:06:40 +0000 (13:06 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1781 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/design.txt

index 5253184f9905fbee956df38d5362a35c2786342a..4d9bcc00decf5daa27f1192fb7ec6fcfc1149643 100644 (file)
@@ -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: