Changeset 3270 for branches/1.2/bp-xprofile/bp-xprofile-templatetags.php
- Timestamp:
- 09/17/2010 06:07:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-xprofile/bp-xprofile-templatetags.php
r3260 r3270 377 377 378 378 for ( $k = 0; $k < count($options); $k++ ) { 379 $option_values = maybe_unserialize( BP_XProfile_ProfileData::get_value_byid( $options[$k]->parent_id ));379 $option_values = 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.