From: richard Date: Mon, 21 Jul 2003 22:56:54 +0000 (+0000) Subject: oops, we really do need a database X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ba8121dfb82617043026f9a524ba494206d38f7a;p=roundup.git oops, we really do need a database git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1791 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi/client.py b/roundup/cgi/client.py index 7b7d86c..ccc725a 100644 --- a/roundup/cgi/client.py +++ b/roundup/cgi/client.py @@ -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()