Changeset 3203:fef95060f0b0 for inc/core/class.dc.workspace.php
- Timestamp:
- 03/01/16 08:08:54 (10 years ago)
- Branch:
- 2.9
- File:
-
- 1 edited
-
inc/core/class.dc.workspace.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.workspace.php
r3159 r3203 237 237 $type = $this->global_prefs[$id]['type']; 238 238 } else { 239 $type = 'string'; 239 if (is_array($value)) { 240 $type = 'array'; 241 } else { 242 $type = 'string'; 243 } 240 244 } 241 245 }
Note: See TracChangeset
for help on using the changeset viewer.
