fixed typo in gluon tools

This commit is contained in:
Massimo Di Pierro
2012-04-15 09:55:49 -05:00
parent bc6ac55177
commit b250dc5173
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
Version 1.99.7 (2012-04-12 09:12:46) dev
Version 1.99.7 (2012-04-15 09:55:17) dev

View File

@@ -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,