function aggregator_update_7001

Add aggregator teaser length to settings from old global default teaser length

Related topics

File

modules/aggregator/aggregator.install, line 291

Code

function aggregator_update_7001() {
    variable_set('aggregator_teaser_length', variable_get('teaser_length'));
}

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