diff --git a/VERSION b/VERSION index 68323af7..0c58ecc8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2012-02-26 15:36:09) stable +Version 1.99.4 (2012-02-26 15:38:27) stable diff --git a/gluon/tools.py b/gluon/tools.py index 5c5cc9cd..b465e3e6 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -2835,7 +2835,7 @@ class Auth(object): def archive(form, archive_table=None, current_record='current_record', - archive_current=True, + archive_current=False, fields=None): """ If you have a table (db.mytable) that needs full revision history you can just do: