Commit 1602376a authored by Ivan Tyagov's avatar Ivan Tyagov

Set correct ingestion order.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21310 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d7d089e8
......@@ -75,10 +75,10 @@ from the contribute form.\n
"""\n
\n
order = [\n
\'file_name\',\n
\'input\',\n
\'user_login\',\n
\'content\' ]\n
\'content\',\n
\'file_name\',\n
\'user_login\']\n
\n
return order\n
</string> </value>
......
2008-06-04 ivan
* Set correct ingestion order
2008-04-17 yusei
* Revise version to 5.0.
......
11
\ No newline at end of file
18
\ No newline at end of file
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