From 954e84db3c4a2fc94c095d2bd618129890620c0b Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 16 Feb 2013 09:31:47 -0600 Subject: [PATCH] reverting change to issue 1336 --- VERSION | 2 +- gluon/dal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0924ac63..ce37a54c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.1-alpha.2+timestamp.2013.02.16.09.14.43 +Version 2.4.1-alpha.2+timestamp.2013.02.16.09.31.05 diff --git a/gluon/dal.py b/gluon/dal.py index 14cc8318..2177545a 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -7210,7 +7210,7 @@ class DAL(object): newuri = DEFAULT_URI locals().update(uri) uri = newuri - elif not uri and uri is not None: + elif not uri: uri = DEFAULT_URI if uri == '' and db_uid is not None: return