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: ...@@ -42,7 +42,7 @@ class DublinCore:
{ 'id' : 'subject', { 'id' : 'subject',
'description' : '', 'description' : '',
'type' : 'lines', 'type' : 'lines',
'default' : [], 'default' : (),
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'description', { 'id' : 'description',
'description' : '', 'description' : '',
...@@ -52,7 +52,7 @@ class DublinCore: ...@@ -52,7 +52,7 @@ class DublinCore:
{ 'id' : 'contributors', { 'id' : 'contributors',
'description' : '', 'description' : '',
'type' : 'lines', 'type' : 'lines',
'default' : [], 'default' : (),
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'effective_date', { 'id' : 'effective_date',
'description' : '', '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