Changeset 3391
- Timestamp:
- 11/11/2010 06:24:37 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-templatetags.php
r3389 r3391 385 385 386 386 for ( $k = 0; $k < count($options); $k++ ) { 387 $option_values = BP_XProfile_ProfileData::get_value_byid( $options[$k]->parent_id);387 $option_values = maybe_unserialize( BP_XProfile_ProfileData::get_value_byid( $options[$k]->parent_id ) ); 388 388 $option_values = (array)$option_values; 389 389
Note: See TracChangeset
for help on using the changeset viewer.