Rev 23 | Rev 10600 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | cparent=teacher |
||
3 | parent=teacher |
||
4 | !if $cancel!=$empty or $del=$empty |
||
5 | job=teacher |
||
6 | !changeto jobs/$job.proc |
||
7 | !endif |
||
8 | |||
9 | user_exists= |
||
10 | !readdef $classdir1/.users/$del |
||
11 | |||
12 | !if $confirm=$empty or $user_exists!=yes |
||
13 | !exit |
||
14 | !endif |
||
15 | |||
16 | !sh cd $wims_home/log/classes; rm -fR $wims_superclass/.users/$del |
||
17 | !read adm/gateway/mkteacherlist |
||
18 | |||
19 | confirm= |
||
20 | job=$cparent |
||
21 | !changeto jobs/$job.proc |
||
22 |