Rev 2477 | Rev 12029 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2477 | Rev 9880 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | $(cl)_testcnt=$[$($(cl)_scorecnt1)+$($(cl)_manualcnt)] |
24 | $(cl)_testcnt=$[$($(cl)_scorecnt1)+$($(cl)_manualcnt)] |
25 | 25 | ||
26 | $(cl)_reccnt=$[$($(cl)_usercnt)+$($(cl)_sheetcnt)+$($(cl)_examcnt)\ |
26 | $(cl)_reccnt=$[$($(cl)_usercnt)+$($(cl)_sheetcnt)+$($(cl)_examcnt)\ |
27 | +$($(cl)_doccnt)+$($(cl)_docpubliccnt)+$($(cl)_forumcnt)+$($(cl)_votecnt)\ |
27 | +$($(cl)_doccnt)+$($(cl)_docpubliccnt)+$($(cl)_forumcnt)+$($(cl)_votecnt)\ |
28 | +$($(cl)_exocnt)+$($(cl)_scorecnt)+$($(cl)_manualcnt)] |
28 | +$($(cl)_exocnt)+$($(cl)_scorecnt)+$($(cl)_manualcnt)] |
- | 29 | $(cl)_motdcnt=!filelist $wims_home/$cls/.motd |
|
- | 30 | !if $($(cl)_motdcnt)!=$empty |
|
- | 31 | $(cl)_motdcnt=1 |
|
- | 32 | !else |
|
- | 33 | $(cl)_motdcnt=0 |
|
- | 34 | !endif |
|
29 | 35 | ||
30 | t=!defof user_exists in wimshome/$cls/supervisor |
36 | t=!defof user_exists in wimshome/$cls/supervisor |
31 | !if $t=yes |
37 | !if $t=yes |
32 | $(cl)_supcnt=1 |
38 | $(cl)_supcnt=1 |
33 | !else |
39 | !else |