Changeset 1371 for branches/1.2/functions/funcs.arrays.php
- Timestamp:
- 03/21/10 11:14:13 (3 years ago)
- File:
-
- 1 edited
-
branches/1.2/functions/funcs.arrays.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/functions/funcs.arrays.php
r1366 r1371 127 127 function is_serialized($data) 128 128 { 129 if ( trim($data) == "") {129 if (!$data || !is_string($data)) { 130 130 return false; 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.