@@ -44,7 +44,7 @@ |
||
44 | 44 | if (!isset($o[$groupLabel])) { |
45 | 45 | $o[$groupLabel] = []; |
46 | 46 | } |
47 | - $o[$groupLabel][$value['code']]= $value['code'].' '.$value['name']; |
|
47 | + $o[$groupLabel][$value['code']] = $value['code'].' '.$value['name']; |
|
48 | 48 | } |
49 | 49 | return $o; |
50 | 50 | } |