summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorivan <ivan>2010-06-07 00:10:27 +0000
committerivan <ivan>2010-06-07 00:10:27 +0000
commitda99804133e55d5ce02402645b593a6de06d1947 (patch)
treeda8e3e65f2801b2d3f8c60a48054350bfc12bd6b /httemplate/edit/process
parent42ad860da02665aa21193d3bc418ef03e96727fb (diff)
mysql compat: cgp_rule_condition s/condition/conditionname/
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/cgp_rule.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cgp_rule.html b/httemplate/edit/process/cgp_rule.html
index f427b6ccf..965341384 100644
--- a/httemplate/edit/process/cgp_rule.html
+++ b/httemplate/edit/process/cgp_rule.html
@@ -4,7 +4,7 @@
'process_o2m' => [
{
'table' => 'cgp_rule_condition',
- 'fields' => [qw( condition op params )],
+ 'fields' => [qw( conditionname op params )],
},
{
'table' => 'cgp_rule_action',