Commit 41e3a40f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove a trailing semicolon that causes 'Commands out of sync' error.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24631 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d412ecd
......@@ -104,7 +104,7 @@ FROM (SELECT metric_type_uid,\n
WHERE catalog.uid = measure.metric_type_uid\n
AND <dtml-sqltest column="measure.resource_count"\n
expr="_.len(resource_uid)"\n
type="int">;\n
type="int">\n
]]></string> </value>
......@@ -156,7 +156,7 @@ FROM (SELECT metric_type_uid,\n
WHERE catalog.uid = measure.metric_type_uid\n
AND <dtml-sqltest column="measure.resource_count"\n
expr="_.len(resource_uid)"\n
type="int">;\n
type="int">\n
]]></string> </value>
......
289
\ No newline at end of file
290
\ 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