Rev 2349 | Rev 3245 | 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 | |
2368 | bpr | 4 | !!!!read adm/class/classlang names.phtml |
5 | |||
23 | reyssat | 6 | sh=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheets |
7 | !for i=1 to $sh |
||
8 | l=!record $i of wimshome/log/classes/$wims_class/sheets/.sheets |
||
9 | l=!word 1 of $l |
||
10 | !if $l>0 |
||
11 | asheets=!append item $i to $asheets |
||
12 | !endif |
||
13 | !next i |
||
14 |