Changeset 3390
- Timestamp:
- 11/11/2010 06:22:55 AM (14 years ago)
- Location:
- branches/1.2/bp-xprofile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-xprofile/bp-xprofile-classes.php
r3270 r3390 813 813 } 814 814 815 return maybe_unserialize( $data );815 return $data; 816 816 } 817 817 -
branches/1.2/bp-xprofile/bp-xprofile-templatetags.php
r3388 r3390 377 377 378 378 for ( $k = 0; $k < count($options); $k++ ) { 379 $option_values = BP_XProfile_ProfileData::get_value_byid( $options[$k]->parent_id);379 $option_values = maybe_unserialize( BP_XProfile_ProfileData::get_value_byid( $options[$k]->parent_id ) ); 380 380 $option_values = (array)$option_values; 381 381
Note: See TracChangeset
for help on using the changeset viewer.