Changeset 5268 for trunk/bp-xprofile/bp-xprofile-screens.php
- Timestamp:
- 11/03/2011 07:50:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-screens.php
r5131 r5268 66 66 if ( !isset( $_POST['field_' . $field_id] ) ) { 67 67 68 if ( !empty( $_POST['field_' . $field_id . '_day'] ) && is_numeric( $_POST['field_' . $field_id . '_day'] ) ) {68 if ( !empty( $_POST['field_' . $field_id . '_day'] ) && !empty( $_POST['field_' . $field_id . '_month'] ) && !empty( $_POST['field_' . $field_id . '_year'] ) ) { 69 69 // Concatenate the values 70 70 $date_value = $_POST['field_' . $field_id . '_day'] . ' ' . $_POST['field_' . $field_id . '_month'] . ' ' . $_POST['field_' . $field_id . '_year'];
Note: See TracChangeset
for help on using the changeset viewer.