Rev 9989 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9989 | Rev 13062 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !read adm/class/classlang names.phtml |
1 | !read adm/class/classlang names.phtml |
2 | 2 | ||
3 | wims_prefix=class user tmp n sharing sharable |
3 | wims_prefix=class user tmp n sharing sharable |
4 | 4 | ||
5 | test=!defof class_defined in wimshome/log/classes/$wims_class/.def |
5 | test=!defof class_defined in wimshome/log/classes/$wims_class/.def |
6 | !if $test!=yes |
6 | !if $wims_class=$empty or $test!=yes |
7 | error=bad_class |
7 | error=bad_class |
8 | !reset job |
8 | !reset job |
9 | !exit |
9 | !exit |
10 | !endif |
10 | !endif |
11 | 11 |