profile_uninstall
modules/profile/profile.install, строка 14
- Версии
- 5 – 6
profile_uninstall()
Реализация hook_uninstall()
.
Код
<?php
function profile_uninstall() {
// Remove tables
drupal_uninstall_schema('profile');
variable_del('profile_block_author_fields');
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии