Changeset 1242
- Timestamp:
- 03/19/2009 06:57:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r1240 r1242 1041 1041 $sql = $wpdb->prepare("INSERT INTO {$bp->profile->table_name_data} (user_id, field_id, value, last_updated) VALUES (%d, %d, %s, %s)", $this->user_id, $this->field_id, $this->value, $this->last_updated ); 1042 1042 } 1043 1043 1044 1044 if ( $wpdb->query($sql) === false ) 1045 1045 return false;
Note: See TracChangeset
for help on using the changeset viewer.