Subversion Repositories wimsdev

Rev

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

Rev 12499 Rev 12500
Line 91... Line 91...
91
    !endif
91
    !endif
92
  !next k
92
  !next k
93
  votecnt=!recordcnt wimshome/log/classes/$wims_class/vote/.votes
93
  votecnt=!recordcnt wimshome/log/classes/$wims_class/vote/.votes
94
  !read wimshome/log/classes/$wims_class/Exindex
94
  !read wimshome/log/classes/$wims_class/Exindex
95
  !read ./adm/du $wims_home/log/classes/$wims_class
95
  !read ./adm/du $wims_home/log/classes/$wims_class
96
  !if $class_type=4 and $wims_superclass_quota!=$empty
96
  !if $class_type iswordof 2 4 and $wims_superclass_quota!=$empty
97
    quota_free=$[$wims_superclass_quota-$du]
97
    quota_free=$[$wims_superclass_quota-$du]
98
  !else
98
  !else
99
    quota_free=$[$wims_class_quota-$du]
99
    quota_free=$[$wims_class_quota-$du]
100
  !endif
100
  !endif
101
!endif
101
!endif