Révision 3554

TXM/trunk/org.txm.groovy.core/src/groovy/org/txm/scripts/importer/transcriber/compiler.groovy (revision 3554)
585 585
							break;
586 586
						case "w":
587 587
						// concat spk id and ref
588
							String isEnq = (interviewers != null && u_name =~ interviewers?"*":"";
588
							String isEnq = interviewers != null && u_name =~ interviewers?"*":"";
589 589
							String ref = (u_name+", "+formatedTime+""+isEnq)
590 590
							if (ADD_TEXTID_TO_REF) ref = textid+", "+ref
591 591
							vForm +="\t"+u_name+"\t"+ref

Formats disponibles : Unified diff