Rev 14297 | Rev 14747 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
14297 | guerimand | 1 | !! expirefreework |
2 | |||
3 | !if $type!=1 |
||
4 | error=notnow |
||
5 | job=configfw |
||
6 | !changeto $job.proc |
||
7 | !endif |
||
8 | |||
9 | !! -------- desactivate freework of type=1 |
||
10 | !! nocondition |
||
11 | |||
12 | !! change statut |
||
13 | activetest=0 |
||
14 | update_content=0\ |
||
15 | $class_expiration\ |
||
16 | $title\ |
||
17 | $desc\ |
||
18 | $comment\ |
||
19 | $type\ |
||
20 | $deadline.$timedeadline\ |
||
21 | $soldate.$timesoldate\ |
||
14537 | guerimand | 22 | $sizelimitfile\ |
23 | $seealltime |
||
14297 | guerimand | 24 | |
25 | update_field=$freework |
||
14537 | guerimand | 26 | update_nbline=11 |
14297 | guerimand | 27 | !read adm/uprecord wimshome/log/classes/$wims_class/freeworks/.freeworks |
28 | |||
29 | success=gooddeactivate |
||
30 | !if $back=1 |
||
31 | !restart module=home |
||
32 | !else |
||
33 | job=configfw |
||
34 | !reset back |
||
35 | !changeto $job.proc |
||
36 | !endif |
||
37 |