Index: mttroot/mtt/bin/trans/dia2abg.pl ================================================================== --- mttroot/mtt/bin/trans/dia2abg.pl +++ mttroot/mtt/bin/trans/dia2abg.pl @@ -198,11 +198,11 @@ $id = $reverse_component_id_tag{$val}; $type = $component_id_type{$id}; $_ = $val; id_cleaner(); $val = $_; - print RAW $val . "\n" if (($type ne "1") and ($type ne "0")); + print RAW $val . "\n"; } close(RAW); }