function cck_phone_update_6000 in Phone Number 6
Remove the variable 'cck_phone_custom_cc'.
File
- ./
cck_phone.install, line 52 - Defines phone number fields for CCK. Installation file
Code
function cck_phone_update_6000() {
variable_del('cck_phone_custom_cc');
return array();
}