You are here

function ctm_node_type_delete_confirm in Menu Settings per Content Type 5

Same name and namespace in other branches
  1. 6.2 ctm.module \ctm_node_type_delete_confirm()
  2. 6 ctm.module \ctm_node_type_delete_confirm()

Delete Content Type Form Submit - Delete Menu Settings Variable.

File

./ctm.module, line 69

Code

function ctm_node_type_delete_confirm($form_id, $form_values) {
  variable_del($form_values['type'] . '_menu_settings');
}