Changeset 3159:a7553434ee4c for inc/core/class.dc.namespace.php
- Timestamp:
- 02/05/16 15:12:03 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.namespace.php
r3158 r3159 76 76 77 77 if ($type == 'array') { 78 $value = @json_decode($value );78 $value = @json_decode($value,true); 79 79 } else { 80 80 if ($type == 'float' || $type == 'double') {
Note: See TracChangeset
for help on using the changeset viewer.