Subversion Repositories wimsdev

Rev

Rev 4598 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
allow=!items2words $allow
3
except=!items2words $except
4
allow=!trim $allow
5
except=!trim $except
6
allow=!singlespace $allow
7
except=!singlespace $except
8
 
9
!if $save=$empty
10
 !defread wimshome/log/classes/$wims_class/.security
11
!else
12
 !writefile wimshome/log/classes/$wims_class/.security allow=$allow\
13
except=$except
4598 bpr 14
 wims_class_log=Change class allow by $wims_realuser
23 reyssat 15
!endif