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/browse/cgp_rule.html | |
| parent | 3fae333d75dc458423644720f8b2e4f500e8a72d (diff) | |
mysql compat: cgp_rule_condition s/condition/conditionname/
Diffstat (limited to 'httemplate/browse/cgp_rule.html')
| -rw-r--r-- | httemplate/browse/cgp_rule.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/cgp_rule.html b/httemplate/browse/cgp_rule.html index 6f7b3e087..5be6bb4aa 100644 --- a/httemplate/browse/cgp_rule.html +++ b/httemplate/browse/cgp_rule.html @@ -55,7 +55,7 @@ my $condition_sub = sub { [ map { [ - { data => $_->condition, + { data => $_->conditionname, #align => }, { data => $_->op, |
