function custompage_ui_uninstall in Custom Page 6
Same name and namespace in other branches
- 7 custompage_ui/custompage_ui.install \custompage_ui_uninstall()
File
- custompage_ui/
custompage_ui.install, line 12 - Custom Page Admin UI Installation
Code
function custompage_ui_uninstall() {
variable_del('CUSTOMPAGE_UI_CONFIG');
}