From b250dc51733e65d97fd3eb7154eafcd941ae36cd Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Sun, 15 Apr 2012 09:55:49 -0500 Subject: [PATCH] fixed typo in gluon tools --- VERSION | 2 +- gluon/tools.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,