Commit 6afa7a68 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Again an incompatible change. uid changed to a list.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4448 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 690d3d3f
......@@ -7,8 +7,11 @@ cache_time:0
class_name:
class_file:
</dtml-comment>
<params>uid:int</params>
<params>uid:list</params>
REPLACE INTO
catalog (uid, id, path)
VALUES
(<dtml-sqlvar uid type="int">, 'used', 'reserved')
<dtml-in uid>
(<dtml-sqlvar sequence-item type="int">, 'used', 'reserved')
<dtml-if sequence-end><dtml-else>,</dtml-if>
</dtml-in>
\ 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