Commit 89f86f4c authored by Vincent Pelletier's avatar Vincent Pelletier

erp5_mysql_innodb: Improve coding style.

Remove trailing whitespaces.
Make it easier to extend the list of indexed columns without causing
unnecessary diffs (sadly, SQL being SQL, those lines will still cause
extra diffs).
parent bdf46eae
......@@ -36,7 +36,8 @@ WHERE
getPortalType[loop_item],
getSimulationState[loop_item],
getVariationText[loop_item],
getSubVariationText[loop_item]])">
getSubVariationText[loop_item],
])">
</dtml-if>
<dtml-if "getSourceUid[loop_item]">
<dtml-call expr="uid_dict.update({uid[loop_item]: uid_dict.get(uid[loop_item], -1) + 1})">
......@@ -64,7 +65,8 @@ WHERE
getPortalType[loop_item],
getSimulationState[loop_item],
getVariationText[loop_item],
getSubVariationText[loop_item]])">
getSubVariationText[loop_item],
])">
</dtml-if>
</dtml-let>
</dtml-in>
......
......@@ -26,7 +26,8 @@
getPortalType[loop_item],
getSimulationState[loop_item],
getVariationText[loop_item],
getSubVariationText[loop_item]])">
getSubVariationText[loop_item],
])">
</dtml-if>
<dtml-if "getSourceUid[loop_item]">
<dtml-call expr="row_list.append([
......@@ -53,7 +54,8 @@
getPortalType[loop_item],
getSimulationState[loop_item],
getVariationText[loop_item],
getSubVariationText[loop_item]])">
getSubVariationText[loop_item],
])">
</dtml-if>
</dtml-if>
</dtml-in>
......
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