Changeset 1899
- Timestamp:
- 09/17/2009 07:40:09 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile.php
r1898 r1899 807 807 808 808 /* Check this is a valid field type */ 809 if ( !in_array( (array) $type,$bp->profile->field_types ) )809 if ( !in_array( $type, (array) $bp->profile->field_types ) ) 810 810 return false; 811 811
Note: See TracChangeset
for help on using the changeset viewer.