Changeset 5789 for trunk/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 02/15/2012 08:33:09 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-admin.php
r5751 r5789 263 263 264 264 unset( $_GET['mode'] ); 265 265 266 xprofile_admin( $message, $type ); 266 267 } else { … … 270 271 if ( 1 == $field_id ) 271 272 bp_update_option( 'bp-xprofile-fullname-field-name', $field->name ); 273 274 if ( !empty( $_POST['default-privacy'] ) ) { 275 bp_xprofile_update_field_meta( $field_id, 'default_privacy', $_POST['default-privacy'] ); 276 } 272 277 273 278 unset( $_GET['mode'] );
Note: See TracChangeset
for help on using the changeset viewer.