# HG changeset patch # User casties # Date 1276688826 0 # Node ID 7539a9e69365222bd30f0bf6b2d5ba860a05775b # Parent e3ee1f358fe694bfc6eaf4d2d5031460721dd0e4 small fix diff -r e3ee1f358fe6 -r 7539a9e69365 RestDbInterface.py --- a/RestDbInterface.py Mon Jun 07 14:02:17 2010 +0000 +++ b/RestDbInterface.py Wed Jun 16 11:47:06 2010 +0000 @@ -78,7 +78,7 @@ except Exception, e: raise IOError("No database connection! (%s)"%str(e)) - cursor = conn.getCursor() + cursor = conn.getcursor() return cursor def executeSQL(self, query, *args): @@ -225,4 +225,4 @@ #checkPermission=getSecurityManager().checkPermission REQUEST.RESPONSE.redirect('manage_main') - \ No newline at end of file +