Subversion Repositories wimsdev

Rev

Rev 15284 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
15284 guerimand 1
!!
2
!! test if tchat administrative module is allowed or not
3
!!
4
!!
16069 guerimand 5
!if class/tchat notitemof $wims_allowed_optional_module or $class_type>1
15284 guerimand 6
  !let wims_allowlink_tchat=no
7
!else
8
  !let wims_allowlink_tchat=yes
9
!endif