| Versionen | |
|---|---|
| drupal6 – drupal7 | system_actions_remove_orphans() |
Remove actions that are in the database but not supported by any enabled module.
modules/
<?php
function system_actions_remove_orphans() {
actions_synchronize(actions_list(), TRUE);
drupal_goto('admin/settings/actions/manage');
}
?>
Kommentare
Kommentar hinzufügen