Rev 17153 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16903 | guerimand | 1 | !if $wims_read_parm!=$empty |
2 | !set err_=!word 1 of $wims_read_parm |
||
3 | !set comp_=!word 2 to -1 of $wims_read_parm |
||
4 | !else |
||
5 | !set err_=!word 1 of $error |
||
6 | !set comp_=!word 2 to -1 of $error |
||
7 | !endif |
||
8 | !set wims_module_log=error: $err_ |
||
17153 | guerimand | 9 | !if $err_ isitemof nostat,noactivity,notopen |
16903 | guerimand | 10 | !changeto lang/msg.phtml.$lang |
11 | !else |
||
12 | !msg $err_ |
||
13 | !endif |