Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
14912 guerimand 1
name_title=$name_configuration
2
!if $save!=$empty
3
 $cf_refresh_timing
4
  !bound cf_refreshtiming between $msg_min_timing and 1000 default $tchat_refreshtiming
5
  !bound cf_open within yes,no default $tchat_open
14924 guerimand 6
  !bound cf_onlynonempty within yes,no default $tchat_onlynonempty
14912 guerimand 7
  !setdef !set tchat_refreshtiming=$cf_refreshtiming\
14924 guerimand 8
!set tchat_open=$cf_open\
9
!set tchat_onlynonempty=$cf_onlynonempty in wimshome/log/classes/$wims_class/tchat/.def
14912 guerimand 10
  tchat_open=$cf_open
11
  tchat_refreshtiming=$cf_refreshtiming
14924 guerimand 12
  tchat_onlynonempty=$cf_onlynonempty
14912 guerimand 13
!endif
14
!reset save