Commit 70369deb authored by Yoshinori Okuji's avatar Yoshinori Okuji

Specify datetime instead of string correctly to date.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13794 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43e0d26e
......@@ -20,7 +20,7 @@ INSERT INTO message_queue
SET
uid = <dtml-sqlvar uid type="int">,
path = <dtml-sqlvar path type="string">,
<dtml-if date>date = <dtml-sqlvar date type="string">, <dtml-else>date = <dtml-sqlvar "_.DateTime()" type="datetime">, </dtml-if>
<dtml-if date>date = <dtml-sqlvar date type="datetime">, <dtml-else>date = <dtml-sqlvar "_.DateTime()" type="datetime">, </dtml-if>
method_id = <dtml-sqlvar method_id type="string">,
processing_node = <dtml-sqlvar processing_node type="int">,
broadcast = <dtml-sqlvar broadcast type="int">,
......
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