Rev 16926 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16926 | Rev 17153 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !else |
4 | !else |
5 | !set err_=!word 1 of $error |
5 | !set err_=!word 1 of $error |
6 | !set comp_=!word 2 to -1 of $error |
6 | !set comp_=!word 2 to -1 of $error |
7 | !endif |
7 | !endif |
8 | !set wims_module_log=error: $err_ |
8 | !set wims_module_log=error: $err_ |
9 | !if $err_ isitemof nostat,noactivity |
9 | !if $err_ isitemof nostat,noactivity,notopen |
10 | !changeto lang/msg.phtml.$lang |
10 | !changeto lang/msg.phtml.$lang |
11 | !else |
11 | !else |
12 | !msg $err_ |
12 | !msg $err_ |
13 | $err_ |
13 | $err_ |
14 | !endif |
14 | !endif |