Changeset 4905
- Timestamp:
- 07/30/2011 12:03:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r4869 r4905 815 815 $this->value = stripslashes( $profiledata->value ); 816 816 $this->last_updated = $profiledata->last_updated; 817 } else { 818 // When no row is found, we'll need to set these properties manually 819 $this->field_id = $field_id; 820 $this->user_id = $user_id; 817 821 } 818 822 }
Note: See TracChangeset
for help on using the changeset viewer.