You are here

function location_www_update_6301 in Location 7.3

Drupal 6 updates.

File

contrib/location_www/location_www.install, line 108
Install, update and uninstall functions for the location_www module.

Code

function location_www_update_6301() {
  db_change_field('location_www', 'www', 'www', array(
    'description' => 'www adress',
    'type' => 'varchar',
    'length' => 31,
    'not null' => TRUE,
    'default' => '',
  ));
}