Rev 9480 | Rev 9545 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9480 | Rev 9538 | ||
---|---|---|---|
Line 49... | Line 49... | ||
49 | ($l_=$empty or all iswordof $l_ or $module_language iswordof $l_)) |
49 | ($l_=$empty or all iswordof $l_ or $module_language iswordof $l_)) |
50 | slist=!append line $s_ to $slist |
50 | slist=!append line $s_ to $slist |
51 | tlist=!append line $t_ to $tlist |
51 | tlist=!append line $t_ to $tlist |
52 | alist=!append line $a_ to $alist |
52 | alist=!append line $a_ to $alist |
53 | elist=!append line $ $e_ to $elist |
53 | elist=!append line $ $e_ to $elist |
54 |
|
54 | !!if $s_ iswordof $openlist $editlist or $wims_ismanager=2 |
55 | ilist=!append line $i to $ilist |
55 | ilist=!append line $i to $ilist |
56 |
|
56 | !!else |
57 | ilist=!append line -1 to $ilist |
57 | !! ilist=!append line -1 to $ilist |
58 |
|
58 | !!endif |
59 | !endif |
59 | !endif |
60 | !next i |
60 | !next i |
61 | !endif |
61 | !endif |
62 | doccnt=!linecnt $slist |
62 | doccnt=!linecnt $slist |
63 | tlist=!sort nocase lines $tlist |
63 | tlist=!sort nocase lines $tlist |