Rev 14924 | Go to most recent revision | Details | 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 |
||
6 | !setdef !set tchat_refreshtiming=$cf_refreshtiming\ |
||
7 | !set tchat_open=$cf_open in wimshome/log/classes/$wims_class/tchat/.def |
||
8 | tchat_open=$cf_open |
||
9 | tchat_refreshtiming=$cf_refreshtiming |
||
10 | !endif |
||
11 | !reset save |