aggregator_update_7001

Versions
7
aggregator_update_7001()

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

Code

modules/aggregator/aggregator.install, line 274

<?php
function aggregator_update_7001() {
  variable_set('aggregator_teaser_length', variable_get('teaser_length'));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.