Code

oops, we really do need a database
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 21 Jul 2003 22:56:54 +0000 (22:56 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 21 Jul 2003 22:56:54 +0000 (22:56 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1791 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi/client.py

index 7b7d86cf9fea1a40b25976e2d93dd07151dbcad1..ccc725a19cdd655a4a1282da222173dfc15985ab 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: client.py,v 1.125 2003-07-03 23:43:47 richard Exp $
+# $Id: client.py,v 1.126 2003-07-21 22:56:54 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -317,6 +317,9 @@ class Client:
     def determine_user(self):
         ''' Determine who the user is
         '''
+        # open the database as admin
+        self.opendb('admin')
+
         # clean age sessions
         self.clean_sessions()