Changeset 3390 for branches/1.2/bp-xprofile/bp-xprofile-templatetags.php
- Timestamp:
- 11/11/2010 06:22:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.