Rev 10705 | Rev 12115 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10705 | Rev 11939 | ||
---|---|---|---|
Line 52... | Line 52... | ||
52 | !bound job within $joballowlist default new |
52 | !bound job within $joballowlist default new |
53 | du=!record 0 of wimshome/log/classes/$wims_class/.du |
53 | du=!record 0 of wimshome/log/classes/$wims_class/.du |
54 | du=!word 1 of $du |
54 | du=!word 1 of $du |
55 | du1=!char -3 to -1 of $du |
55 | du1=!char -3 to -1 of $du |
56 | du2=!char 1 to -4 of $du |
56 | du2=!char 1 to -4 of $du |
- | 57 | !default du2=0 |
|
57 | du=$du2.$du1 |
58 | du=$du2.$du1 |
58 | !read tabletheme |
59 | !read tabletheme |
59 | 60 | ||
60 | !if $nonew=$empty |
61 | !if $nonew=$empty |
61 | creation=$class_creation |
62 | creation=$class_creation |