Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 10377 → Rev 10378

/trunk/wims/public_html/modules/adm/class/userscore/var.proc.csv
28,6 → 28,7
!for k=1 to $nb
name=!replace internal / by _ in $(tv_listtechvar[$k;2])_$(tv_listtechvar[$k;3])
csvdownload=!append item techvar_$name to $csvdownload
code_user_techvar_$name=var_$(tv_listtechvar[$k;1])
name_user_techvar_$name=$(tv_listtechvar[$k;1])
!next k
!endif