function system_update_7049

Rename 'Default' profile to 'Standard.'

Related topics

File

modules/system/system.install, line 2518

Code

function system_update_7049() {
    if (variable_get('install_profile', 'standard') == 'default') {
        variable_set('install_profile', 'standard');
    }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.