diff --git a/VERSION b/VERSION index be1ad23e..dbf05657 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.5-stable+timestamp.2013.04.02.11.12.01 +Version 2.4.5-stable+timestamp.2013.04.02.11.20.33 diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index f596502a..b110b5d8 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -1590,7 +1590,7 @@ class SQLFORM(FORM): table_name = attributes.get('table_name', 'no_table') - # So it won't interfear with SQLDB.define_table + # So it won't interfere with SQLDB.define_table if 'table_name' in attributes: del attributes['table_name']