diff --git a/VERSION b/VERSION index bfbe5ee3..8462ad35 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.7 (2012-04-12 09:12:46) dev +Version 1.99.7 (2012-04-15 09:55:17) dev diff --git a/gluon/tools.py b/gluon/tools.py index a0df6d71..1f2f9394 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -1290,7 +1290,7 @@ class Auth(object): """ tables = [table for table in tables] for table in tables: - if 'modifed_on' in table.fields(): + if 'modified_on' in table.fields(): table._enable_record_versioning( archive_db = archive_db, archive_name = archive_names,