Changeset 375 for trunk/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 10/09/2008 04:37:49 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r359 r375 991 991 $this->user_id = $profiledata->user_id; 992 992 $this->field_id = $profiledata->field_id; 993 $this->value = $profiledata->value;993 $this->value = stripslashes($profiledata->value); 994 994 $this->last_updated = $profiledata->last_updated; 995 995 }
Note: See TracChangeset
for help on using the changeset viewer.