Changeset 11
- Timestamp:
- 04/05/2008 12:16:49 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
bp_xprofile.php (modified) (1 diff)
-
bp_xprofile/bp_xprofile.signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp_xprofile.php
r10 r11 311 311 $list_html .= '<p>This group is currently empty. Please contact the site admin if this is incorrect.</p>'; 312 312 } 313 314 echo BP_XProfile_Field::get_type(2); 313 315 314 ?> 316 315 -
trunk/bp_xprofile/bp_xprofile.signup.php
r10 r11 90 90 { 91 91 $_POST['blog_id'] = $_POST['user_name']; 92 $_POST['blog_title'] = $_POST['field_1'] ; // The core name fields.92 $_POST['blog_title'] = $_POST['field_1'] . " " . $_POST['field_2']; // The core name fields. 93 93 94 94 $counter = 0;
Note: See TracChangeset
for help on using the changeset viewer.