system_actions_remove_orphans
modules/system/system.module, строка 1558
- Версии
- 6
system_actions_remove_orphans()
Remove actions that are in the database but not supported by any enabled module.
Код
<?php
function system_actions_remove_orphans() {
actions_synchronize(actions_list(), TRUE);
drupal_goto('admin/settings/actions/manage');
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии