You are here

function filefield_update_6102 in FileField 6.3

Fix corrupted serialized data in the "data" column.

File

./filefield.install, line 260

Code

function filefield_update_6102(&$sandbox) {

  // Update removed. This turned out to be a bug in CCK core, so it is being
  // fixed directly in CCK rather than in FileField.
  // See http://drupal.org/node/407446.
  return array();
}