Esempio n. 1
0
 public static function onCCK_FieldConstruct_TypeContent(&$field, $style, $data = array())
 {
     $data['markup'] = NULL;
     parent::onCCK_FieldConstruct_TypeContent($field, $style, $data);
 }