You are here

function imagefield_update_6001 in ImageField 6.3

Upgrade to CCK 2 and Drupal 6.

File

./imagefield.install, line 39

Code

function imagefield_update_6001() {

  // This update was moved into 6004 so that it can be run again for users
  // who were not properly updated.
  return array();
}