Subversion Repositories wimsdev

Rev

Rev 15109 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
14777 guerimand 1
ses=!replace internal _ by , in $wims_session
2
ses=!item 1 of $ses
14861 guerimand 3
!setdef wims_opentchat=$empty in wimshome/sessions/$ses/var.stat
15108 guerimand 4
!if $warning!=notopen
5
  success=disconnected
15109 guerimand 6
  !if $autoclose!=0
15112 obado 7
    local_html_header=<script>window.close();</script>
15109 guerimand 8
  !endif
9
!endif
10
 
11