| Elgg
    Version 1.9
    | 
Go to the source code of this file.
| Variables | |
| $id = get_input('id') | |
| Elgg profile plugin edit default profile action removal.  More... | |
| $fieldlist = elgg_get_config('profile_custom_fields') | |
| if($id &&unset_config("admin_defined_profile_$id") &&unset_config("admin_defined_profile_type_$id") &&elgg_save_config('profile_custom_fields', $fieldlist)) | else | 
| $fieldlist = elgg_get_config('profile_custom_fields') | 
Definition at line 9 of file delete.php.
| $id = get_input('id') | 
Elgg profile plugin edit default profile action removal.
Definition at line 7 of file delete.php.
| if ( $id &&unset_config("admin_defined_profile_$id") &&unset_config("admin_defined_profile_type_$id") &&elgg_save_config( 'profile_custom_fields', $fieldlist)) else | 
Definition at line 24 of file delete.php.