--- emvideo.install 2008-10-08 13:39:09.000000000 -0400 +++ emvideo.install.newpatch 2009-02-02 16:03:55.000000000 -0500 @@ -79,6 +79,7 @@ function _emvideo_upgrade_from_video_cck // Change any fields from 'video_cck' to 'emvideo' type. db_query("UPDATE {content_node_field} SET type='emvideo' WHERE type='video_cck'"); + db_query("UPDATE {content_node_field_instance} SET widget_type='emvideo_textfields' WHERE widget_type='video_cck_textfields'"); // Rebuild our content types. content_clear_type_cache();