function dblog_update_8000

Update settings to the new configuration system.

Related topics

File

drupal/core/modules/dblog/dblog.install, line 104
Install, update and uninstall functions for the dblog module.

Code

function dblog_update_8000() {
  update_variables_to_config('dblog.settings', array(
    'dblog_row_limit' => 'row_limit',
  ));
}