diff --git a/VERSION b/VERSION index 7ee0d384..3fb7004b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-10-05 07:18:29) dev +Version 2.0.9 (2012-10-05 07:25:17) dev diff --git a/gluon/dal.py b/gluon/dal.py index ecfbdbef..b8ad25d8 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -5525,7 +5525,7 @@ class IMAPAdapter(NoSQLAdapter): self.connector = connector if do_connect: self.reconnect() - def reconnect(self, f, cursor=True): + def reconnect(self, f=None, cursor=True): """ IMAP4 Pool connection method