From d5f11772496be17d55ed3f7f26d19d3576f9d2be Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 7 Jun 2010 00:09:38 +0000 Subject: mysql compat: cgp_rule_condition s/condition/conditionname/ --- httemplate/edit/process/cgp_rule.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit/process') 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', -- cgit v1.2.1