Subversion Repositories wimsdev

Rev

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

Rev 5020 Rev 5054
Line 40... Line 40...
40
 
40
 
41
directlist=!append item $directlist to $wims_otherclass
41
directlist=!append item $directlist to $wims_otherclass
42
directlist=!listuniq $directlist
42
directlist=!listuniq $directlist
43
directlist=!listcomplement $wims_class $wims_user in $directlist
43
directlist=!listcomplement $wims_class $wims_user in $directlist
44
directlist=!nonempty items $directlist
44
directlist=!nonempty items $directlist
-
 
45
directlist=!sort items $directlist
45
directcnt=!itemcnt $directlist
46
directcnt=!itemcnt $directlist
46
!if $directcnt>0
47
!if $directcnt>0
47
 current_pass=$pass
48
 current_pass=$pass
48
!endif
49
!endif
49
 
50