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('imagefield')) {
    return $abort;
  }
CommentFileSizeAuthor
#2 imagefield_318693.patch1.02 KBdrewish
#1 imagefield_318693.patch747 bytesdrewish

Comments

drewish’s picture

Status: Active » Needs review
StatusFileSize
new747 bytes

here's a patch.

drewish’s picture

StatusFileSize
new1.02 KB

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.