function front_page_update_7201 in Front Page 7.2
File
- ./
front_page.install, line 90 - Install, update and uninstall functions for the front page module.
Code
function front_page_update_7201() {
variable_del('special_notice_time');
variable_del('special_notice_text');
variable_del('front_page_breadcrumb');
$path = variable_get('front_page_breadcrumb_redirect', '');
variable_set('front_page_home_link_path', $path);
variable_del('front_page_breadcrumb_redirect');
}