#482346 by catch: Remove dead code.
parent
8cc7988eb8
commit
f8b6671c86
|
@ -614,11 +614,3 @@ function node_multiple_delete_confirm_submit($form, &$form_state) {
|
||||||
}
|
}
|
||||||
$form_state['redirect'] = 'admin/content';
|
$form_state['redirect'] = 'admin/content';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Implements hook_modules_installed().
|
|
||||||
*/
|
|
||||||
function node_modules_installed($modules) {
|
|
||||||
// Clear node type cache for node permissions.
|
|
||||||
drupal_static_reset('_node_types_build');
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue