Commit 0de71363 authored by Yoshinori Okuji's avatar Yoshinori Okuji

2009-11-06 yo

* Accept NULL for alarm_date.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30361 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4032c8e7
......@@ -72,7 +72,7 @@ alarm_date</string> </value>
REPLACE INTO\n
alarm (uid, alarm_date)\n
VALUES\n
(<dtml-sqlvar uid type="int">, <dtml-sqlvar alarm_date type="datetime">)
(<dtml-sqlvar uid type="int">, <dtml-sqlvar alarm_date type="datetime" optional>)
]]></string> </value>
</item>
......@@ -115,7 +115,7 @@ VALUES\n
REPLACE INTO\n
alarm (uid, alarm_date)\n
VALUES\n
(<dtml-sqlvar uid type="int">, <dtml-sqlvar alarm_date type="datetime">)
(<dtml-sqlvar uid type="int">, <dtml-sqlvar alarm_date type="datetime" optional>)
]]></string> </value>
</item>
......
1366
\ No newline at end of file
1368
\ 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