Subversion Repositories wimsdev

Rev

Rev 14537 | Rev 14819 | 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\
14747 guerimand 23
$scoring\
14537 guerimand 24
$seealltime
14297 guerimand 25
 
26
update_field=$freework
14537 guerimand 27
update_nbline=11
14297 guerimand 28
!read adm/uprecord wimshome/log/classes/$wims_class/freeworks/.freeworks
29
 
30
success=gooddeactivate
31
!if $back=1
32
  !restart module=home
33
!else
34
  job=configfw
35
  !reset back
36
  !changeto $job.proc
37
!endif
38