function aggregator_update_7001

7.x aggregator.install aggregator_update_7001()

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

Related topics

File

drupal-7.x/modules/aggregator/aggregator.install, line 290
Install, update and uninstall functions for the aggregator module.

Code

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