You are here

function cf_menu_update_7201 in Common Functionality 7.2

Register the new management_admin_page drupal variable.

File

modules/cf_menu/cf_menu.install, line 26
Install file for cf_menu module.

Code

function cf_menu_update_7201() {
  cf_settings_register('management_admin_page', 'drupal_variables', 'cf_menu', TRUE);
}