Subversion Repositories wimsdev

Rev

Rev 12895 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12895 Rev 12899
Line 39... Line 39...
39
!if $($(cl)_motdcnt)!=$empty
39
!if $($(cl)_motdcnt)!=$empty
40
  $(cl)_motdcnt=1
40
  $(cl)_motdcnt=1
41
!else
41
!else
42
  $(cl)_motdcnt=0
42
  $(cl)_motdcnt=0
43
!endif
43
!endif
44
tmp1=!recordcnt wimshome/$cls/tool/.glossaryindex
44
$(cl)_glossarycnt=!recordcnt wimshome/$cls/tool/.glossaryindex
45
tmp2=!recordcnt wimshome/$cls/tool/.toolindex
45
tmp=!recordcnt wimshome/$cls/tool/.toolindex
46
$(cl)_toolcnt=$[$tmp1+$tmp2]
46
$(cl)_toolcnt=$[$($(cl)_glossarycnt)+$tmp2]
47
 
47
 
48
t=!defof user_exists in wimshome/$cls/supervisor
48
t=!defof user_exists in wimshome/$cls/supervisor
49
!if $t=yes
49
!if $t=yes
50
  $(cl)_supcnt=1
50
  $(cl)_supcnt=1
51
!else
51
!else