Subversion Repositories wimsdev

Rev

Rev 10714 | Rev 12413 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10714 Rev 12080
Line 44... Line 44...
44
!for rec in $reclist
44
!for rec in $reclist
45
 !if $(new_$(rec)cnt)>0
45
 !if $(new_$(rec)cnt)>0
46
  gotlist=!append item $rec to $gotlist
46
  gotlist=!append item $rec to $gotlist
47
 !endif
47
 !endif
48
!next rec
48
!next rec
49
 
-
 
50
!if $gotlist=$empty
49
!if $gotlist=$empty
51
 error=empty_file
50
 error=empty_file
52
 !exit
51
 !exit
53
!endif
52
!endif
54
 
53