Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
24 reyssat 1
wims_nw=class_header empty wims_module_log realtest vsave deffile \
2
	wims_noexport
3
wims_nr=wims_sesrandom
4
wims_trustfile=oef/embed.phtml oef/special.phtml oef/togetfile.proc
5
 
6
!if $wims_class=$empty
7
 !exit
8
!endif
9
 
10
!if $confparm1=memo and $confparm2!=$empty and / notin $confparm2
11
 !read memo/memo.proc
12
!endif
13
 
14
class_header=wimshome/log/classes/$wims_class/
15
!read oef/var.proc
16
 
17
!if $wims_module_log!=$empty
18
 wims_module_log=$wims_module_log $wims_class
19
!endif
20