function imagefield_update_6002 in ImageField 6.3
Migrate fields to the new structure.
File
- ./
imagefield.install, line 48
Code
function imagefield_update_6002() {
// This update was moved to 6004 so that it can be run again for users
// who were not properly updated.
return array();
}