Subversion Repositories wimsdev

Rev

Rev 2329 | Rev 2368 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2329 guerimand 1
!!!### language independant
2
!!
2349 guerimand 3
!!read adm/class/classlang names.phtml         incompatible avec cmd=resume
4
 
23 reyssat 5
sh=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets
6
!for i=1 to $sh
7
 l=!record $i of wimshome/log/classes/$wims_class/sheets/.sheets
8
 l=!word 1 of $l
9
 !if $l>0
10
  asheets=!append item $i to $asheets
11
 !endif
12
!next i
13