Subversion Repositories wimsdev

Rev

Rev 2497 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2497 Rev 15294
Line 2... Line 2...
2
 
2
 
3
!if $devno=0
3
!if $devno=0
4
 !exit
4
  !exit
5
!endif
5
!endif
6
 
6
 
7
!read developer/devheader.proc
7
!read developer/devheader.proc
8
 
8
 
9
!for i=1 to $devcnt
9
!for i=1 to $devcnt
10
 !if $i!=$devno
10
  !if $i!=$devno
11
  !appendfile wimshome/log/.developers :$(drec$i)
11
    !appendfile wimshome/log/.developers :$(drec$i)
12
 !endif
12
  !endif
13
!next i
13
!next i
14
 
14
 
15
!read developer.proc
15
!read developer.proc
16
 
-