No need to define default value of history field because it is explicitely set when the record is created

SVN Revision: 1699
This commit is contained in:
Badlop 2008-12-02 19:45:39 +00:00
parent f124bb3d10
commit bc9ba75c2b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
config = #config{},
users = ?DICT:new(),
affiliations = ?DICT:new(),
history = lqueue_new(20),
history,
subject = "",
subject_author = "",
just_created = false,