You are here

function location_addanother_node_type_delete in Location 7.3

Implements hook_node_type_delete().

Synchronize our settings.

File

contrib/location_addanother/location_addanother.module, line 131
"Add location from node view" functionality. Split from main location.module in version 3.

Code

function location_addanother_node_type_delete($info) {
  variable_del('location_addanother_' . $info->type);
}