Rev 3110 | Rev 3112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3110 | Rev 3111 | ||
---|---|---|---|
Line 83... | Line 83... | ||
83 | &&wims_window$eq notin &&$l and \ |
83 | &&wims_window$eq notin &&$l and \ |
84 | &&worksheet$eq notin &&$l |
84 | &&worksheet$eq notin &&$l |
85 | qstr=!append line $l to $qstr |
85 | qstr=!append line $l to $qstr |
86 | !endif |
86 | !endif |
87 | !next i |
87 | !next i |
88 | !if |
88 | !if $checksession isin $qstr |
89 | qstr=!replace |
89 | qstr=!replace $checksession[\._a-z0-9]* by $wims_session in $qstr |
90 | !endif |
90 | !endif |
91 | qstr=!translate $\ |
91 | qstr=!translate $\ |
92 | $ to & in $qstr |
92 | $ to & in $qstr |
93 | !restart module=$checkmodule&cmd=reply&special_parm=$checkstep&$qstr |
93 | !restart module=$checkmodule&cmd=reply&special_parm=$checkstep&$qstr |
94 | !endif |
94 | !endif |