diff options
author | ivan <ivan> | 2010-06-07 00:09:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-06-07 00:09:38 +0000 |
commit | d5f11772496be17d55ed3f7f26d19d3576f9d2be (patch) | |
tree | ce2e9092d17ec86498255bf2a36719c11f7222e6 /httemplate/edit/process | |
parent | 3fae333d75dc458423644720f8b2e4f500e8a72d (diff) |
mysql compat: cgp_rule_condition s/condition/conditionname/
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/cgp_rule.html | 2 |
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', |