dbapi.py
changeset 8596 bd4f5052a532
parent 8573 ae0a567dff30
parent 8585 3f60f416dddb
child 8669 62213a34726e
--- a/dbapi.py	Fri Nov 16 11:52:06 2012 +0100
+++ b/dbapi.py	Fri Nov 16 11:53:17 2012 +0100
@@ -307,6 +307,9 @@
     def from_controller(self):
         return 'view'
 
+    def get_option_value(self, option, foreid=None):
+        return self.cnx.get_option_value(option, foreid)
+
     def set_session(self, session, user=None):
         """method called by the session handler when the user is authenticated
         or an anonymous connection is open