Private GIT

Skip to content
Snippets Groups Projects
Commit 3b29ea36 authored by Sylvestre Ho's avatar Sylvestre Ho
Browse files

fix syntax error

parent 145e969f
No related branches found
No related tags found
No related merge requests found
...@@ -177,8 +177,8 @@ class Generator ...@@ -177,8 +177,8 @@ class Generator
. 'f.type, f.help, f.help_url, f.advanced, mandatory, parent_field, child_actions ' . 'f.type, f.help, f.help_url, f.advanced, mandatory, parent_field, child_actions '
. 'FROM cfg_forms_fields f, cfg_forms_blocks_fields_relations bfr ' . 'FROM cfg_forms_fields f, cfg_forms_blocks_fields_relations bfr '
. 'WHERE bfr.block_id='.$block['block_id'].' ' . 'WHERE bfr.block_id='.$block['block_id'].' '
. 'AND bfr.field_id = f.field_id ' . . 'AND bfr.field_id = f.field_id '
. "AND bfr.product_version = '" . $this->productVersion . "' " . . "AND bfr.product_version = '" . $this->productVersion . "' "
. 'ORDER BY rank ASC'; . 'ORDER BY rank ASC';
$this->formComponents[$section['name']][$block['name']] = array(); $this->formComponents[$section['name']][$block['name']] = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment