fixed a typo

This commit is contained in:
Massimo Di Pierro
2012-04-07 16:54:13 -05:00
parent 148e2cd05b
commit 4fbe3d6e2a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
Version 1.99.7 (2012-04-07 09:15:44) dev
Version 1.99.7 (2012-04-07 16:53:28) dev

View File

@@ -6950,7 +6950,7 @@ class Table(dict):
def _enable_record_versioning(self,
archive_db=None,
archive_name = '%(tablename)_archive',
archive_name = '%(tablename)s_archive',
current_record = 'current_record',
is_active = 'is_active'):
archive_db = archive_db or self._db