Skip to:
Content

BuddyPress.org

Changeset 3390


Ignore:
Timestamp:
11/11/2010 06:22:55 AM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2685 by reverting part of r3270 (branch)

Location:
branches/1.2/bp-xprofile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-xprofile/bp-xprofile-classes.php

    r3270 r3390  
    813813                }
    814814
    815                 return maybe_unserialize( $data );
     815                return $data;
    816816        }
    817817
  • branches/1.2/bp-xprofile/bp-xprofile-templatetags.php

    r3388 r3390  
    377377
    378378                                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 ) );
    380380                                        $option_values = (array)$option_values;
    381381
Note: See TracChangeset for help on using the changeset viewer.