Rev 3984 | Rev 16926 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3984 | Rev 16903 | ||
---|---|---|---|
Line -... | Line 1... | ||
- | 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 |
|
1 | !set wims_module_log=error: |
8 | !set wims_module_log=error: $err_ |
- | 9 | !if $err_=nostat |
|
- | 10 | !changeto lang/msg.phtml.$lang |
|
2 | 11 | !else |
|
3 | !msg |
12 | !msg $err_ |
- | 13 | $err_ |
|
- | 14 | !endif |