Commit db1b2f49 authored by Vincent Pelletier's avatar Vincent Pelletier

Make style more homogeneous.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25265 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bd12cdf9
......@@ -19,9 +19,7 @@ SELECT * FROM
message
WHERE
1 = 1
<dtml-if expr="not(include_processing)">
AND processing = 0
</dtml-if>
<dtml-if expr="not(include_processing)"> AND processing = 0 </dtml-if>
<dtml-if expr="processing_node is not None"> AND processing_node = <dtml-sqlvar processing_node type="int"> </dtml-if>
<dtml-if path>AND path = <dtml-sqlvar path type="string"> </dtml-if>
<dtml-if method_id> AND method_id = <dtml-sqlvar method_id type="string"> </dtml-if>
......
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