Rev 16113 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16113 | Rev 17045 | ||
---|---|---|---|
Line 1... | Line -... | ||
1 | - | ||
2 | !if $method=$empty or $method=- |
1 | !if $method=$empty or $method=- |
3 | error=empty_data |
2 | error=empty_data |
4 | !exit |
3 | !exit |
5 | !endif |
4 | !endif |
6 | 5 | ||
Line 10... | Line 9... | ||
10 | !exit |
9 | !exit |
11 | !endif |
10 | !endif |
12 | 11 | ||
13 | meth=$method |
12 | meth=$method |
14 | !reset methtit |
13 | !reset methtit |
15 | !read deduc/meth/ |
14 | !read deduc/meth/$modu_lang/$meth.def |
16 | !if $methtit=$empty |
15 | !if $methtit=$empty |
17 | error=bad_method |
16 | error=bad_method |
18 | !exit |
17 | !exit |
19 | !endif |
18 | !endif |
20 | !if $methenv!=$empty and $m_environ notwordof $methenv |
19 | !if $methenv!=$empty and $m_environ notwordof $methenv |