Rev 17070 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17070 | guerimand | 1 | !! manage of message |
2 | !! |
||
17097 | guerimand | 3 | !set list_err=toomanyuser notopen |
17070 | guerimand | 4 | |
5 | !if $wims_read_parm!=$empty |
||
6 | !set err_=!word 1 of $wims_read_parm |
||
7 | !set comp_=!word 2 to -1 of $wims_read_parm |
||
8 | !else |
||
9 | !set err_=!word 1 of $error |
||
10 | !set comp_=!word 2 to -1 of $error |
||
11 | !endif |
||
12 | |||
13 | !set wims_module_log=error: $err_ |
||
14 | |||
15 | !if $err_ iswordof $list_err |
||
16 | !changeto lang/msg.phtml.$lang |
||
17 | !else |
||
18 | !msg $err_ |
||
19 | !endif |