Commit 97e3cc40 authored by Vincent Pelletier's avatar Vincent Pelletier

Resync SQLQueue_writeMessageList with SQLDict_writeMessageList: forgot to...

Resync SQLQueue_writeMessageList with SQLDict_writeMessageList: forgot to rename a variable, and there must be one more <dtml-if> nesting level.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20146 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32245e4c
......@@ -25,7 +25,7 @@ VALUES
(
<dtml-sqlvar expr="uid_list[loop_item]" type="int">,
<dtml-sqlvar expr="path_list[loop_item]" type="string">,
<dtml-if date><dtml-sqlvar expr="date_list[loop_item]" type="datetime"><dtml-else>UTC_TIMESTAMP()</dtml-if>,
<dtml-if date_list><dtml-if expr="date_list[loop_item] is not None"><dtml-sqlvar expr="date_list[loop_item]" type="datetime"><dtml-else>UTC_TIMESTAMP()</dtml-if><dtml-else>UTC_TIMESTAMP()</dtml-if>,
<dtml-sqlvar expr="method_id_list[loop_item]" type="string">,
<dtml-if processing_node_list><dtml-sqlvar expr="processing_node_list[loop_item]" type="int"><dtml-else>-1</dtml-if>,
0,
......
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