Commit c695ddeb authored by Thierry's avatar Thierry

default value [] replaced by () in subject and contributors


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@69 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8580003
......@@ -42,7 +42,7 @@ class DublinCore:
{ 'id' : 'subject',
'description' : '',
'type' : 'lines',
'default' : [],
'default' : (),
'mode' : 'w' },
{ 'id' : 'description',
'description' : '',
......@@ -52,7 +52,7 @@ class DublinCore:
{ 'id' : 'contributors',
'description' : '',
'type' : 'lines',
'default' : [],
'default' : (),
'mode' : 'w' },
{ 'id' : 'effective_date',
'description' : '',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment