Subversion Repositories wimsdev

Rev

Rev 4599 | Rev 5426 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed


!if $save!=$empty
 !read scripts/setdef.proc
 !if $up_exotitleform!=$class_exotitleform
!! change value of wims_exotitleform for connected student
  !readproc adm/whoconnect 1
  listsess=!column 2 of $whoconnect
  listsess=!append item $wims_session to $listsess
  !for se in $listsess
   !setdef wims_exotitleform=$up_exotitleform in wimshome/sessions/$se/var.stat
  !next se
 !endif
 !defread wimshome/log/classes/$wims_class/.def
 wims_class_log=Modify class configuration by $wims_realuser
!endif

!read adm/du $wims_home/log/classes/$wims_class

!if $wims_superclass!=$empty
 supertype=!defof class_type in wimshome/log/classes/$wims_superclass/.def
 class_expiration=!defof class_expiration in wimshome/log/classes/$wims_superclass/.def
 classdepth=!translate internal / to , in $wims_class
 classdepth=!itemcnt $classdepth
!endif