--- emfield.module	2007-10-30 16:50:58.000000000 +0100
+++ emfieldNew.module	2007-12-05 13:20:01.000000000 +0100
@@ -233,13 +233,18 @@ function emfield_implement_types($cached
             if ($field_types[$field['type']]['module'] == $module) {
               // settings per content type per module
               $types[$module][$content_type][$field_type] = $field;
+		if(($content_type = "foto") && ($field_type = "field_foto") &&  ($module = "image_ncck")){
+			$store_the_field = $field;
+
+		}
             }
           }
         }
       }
     }
   }
-
+# BRUTE FORCE PASS
+  $types['image_ncck']['foto']['field_foto'] = $store_the_field;
   cache_set('emfield_implement_types', 'cache', serialize($types), CACHE_PERMANENT);
   return $types;
 }
