Mercurial > p > roundup > code
diff doc/design.txt @ 1800:a3b1b1dcf639
Use getuid(), not figure_curuserid()
- Extended getuid() to replace figure_curuserid().
- Replace all references to curuserid with calls to getuid().
- Changed the docs to point to always point to getuid() and mention the change
in upgrading.txt.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Mon, 08 Sep 2003 20:39:18 +0000 |
| parents | 84c61e912079 |
| children | dc65f4a91433 |
line wrap: on
line diff
--- a/doc/design.txt Mon Sep 08 09:28:28 2003 +0000 +++ b/doc/design.txt Mon Sep 08 20:39:18 2003 +0000 @@ -292,9 +292,6 @@ 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):
