Commit 70d87485 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Support method_id optionally.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4857 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d1f8d5a8
......@@ -7,12 +7,15 @@ cache_time:0
class_name:
class_file:
</dtml-comment>
<params></params>
<params>method_id</params>
SELECT
path
FROM
record
WHERE
played = 0
<dtml-if method_id>
AND method_id = <dtml-sqlvar method_id type="string">
</dtml-if>
ORDER BY
date
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