Rev 12056 | Rev 12159 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12056 | Rev 12071 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | getuser=$wims_user |
29 | getuser=$wims_user |
30 | !if $abandon!=$empty |
30 | !if $abandon!=$empty |
31 | !restart module=home |
31 | !restart module=home |
32 | !endif |
32 | !endif |
33 | !else |
33 | !else |
- | 34 | !if $wims_supertype=2 |
|
- | 35 | joblist=userprop,teacher |
|
- | 36 | !else |
|
- | 37 | joblist=userprop |
|
- | 38 | !endif |
|
34 | !readproc adm/vfilter/varfilter proc |
39 | !readproc adm/vfilter/varfilter proc |
35 | !if $wims_typename iswordof group and $wims_supertype=2 |
40 | !if $wims_typename iswordof group and $wims_supertype=2 |
36 | !bound job within |
41 | !bound job within $joblist,delprep,deluser,recover,transfer,userlist,regmanage default userlist |
37 | !else |
42 | !else |
38 | !bound job within |
43 | !bound job within $joblist,delprep,deluser,recover,transfer,userlist default userlist |
39 | !endif |
44 | !endif |
40 | !endif |
45 | !endif |
41 | 46 | ||
42 | !read adm/class/classlang |
47 | !read adm/class/classlang |
43 | 48 |