As per #304813: CCK module developers read this!! we need to add the following to the beginning of our first D6 update:

  if ($abort = content_check_update('filefield')) {
    return $abort;
  }
CommentFileSizeAuthor
#2 filefield_318694.patch638 bytesdrewish
#1 filefield_318694.patch730 bytesdrewish
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drewish’s picture

Status: Active » Needs review
FileSize
730 bytes

here's a patch.

drewish’s picture

FileSize
638 bytes

just reread the instructions. it looks like that needs to go in every d6 update.

drewish’s picture

Status: Needs review » Fixed

committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.