@@ -231,7 +231,7 @@ discard block |
||
231 | 231 | */ |
232 | 232 | private function getFieldOutputNumericNonFK($fkArray, $value, $iar = []) |
233 | 233 | { |
234 | - $query = $this->sQueryGenericSelectKeyValue([ |
|
234 | + $query = $this->sQueryGenericSelectKeyValue([ |
|
235 | 235 | $fkArray[$value['COLUMN_NAME']][1], |
236 | 236 | $fkArray[$value['COLUMN_NAME']][2], |
237 | 237 | $fkArray[$value['COLUMN_NAME']][0], |
@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | */ |
280 | 280 | private function getFieldOutputTextFK($foreignKeysArray, $value, $iar) |
281 | 281 | { |
282 | - $query = $this->sQueryGenericSelectKeyValue([ |
|
282 | + $query = $this->sQueryGenericSelectKeyValue([ |
|
283 | 283 | $foreignKeysArray[$value['COLUMN_NAME']][1], |
284 | 284 | $foreignKeysArray[$value['COLUMN_NAME']][2], |
285 | 285 | $foreignKeysArray[$value['COLUMN_NAME']][0] |
@@ -127,7 +127,7 @@ |
||
127 | 127 | */ |
128 | 128 | private function handleFeaturesSingle($fieldName, $features, $featureKey) |
129 | 129 | { |
130 | - $fMap = [ |
|
130 | + $fMap = [ |
|
131 | 131 | 'readonly' => ['readonly', 'class', 'input_readonly'], |
132 | 132 | 'disabled' => ['disabled'] |
133 | 133 | ]; |