function _table_trash_delete_variable_submit in Table Trash 7
Submit function to delete the old variable.
1 string reference to '_table_trash_delete_variable_submit'
- table_trash_admin_update_config_form in ./
table_trash.admin.inc - Menu callback for the update path.
File
- ./
table_trash.admin.inc, line 206 - table_trash.admin.inc
Code
function _table_trash_delete_variable_submit($form, &$form_state) {
variable_del('table_trash_decorations');
}