Rev 10561 | Rev 11563 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10561 | Rev 10708 | ||
---|---|---|---|
Line 88... | Line 88... | ||
88 | !distribute items $(dep_$l__) into $types |
88 | !distribute items $(dep_$l__) into $types |
89 | !for m = 1 to $types_cnt |
89 | !for m = 1 to $types_cnt |
90 | typ=$(types[$m]) |
90 | typ=$(types[$m]) |
91 | !if Aup_var_ isin A$typ |
91 | !if Aup_var_ isin A$typ |
92 | typ1=!replace internal up_var_ by in $typ |
92 | typ1=!replace internal up_var_ by in $typ |
- | 93 | !if $typ1 isitemof $tv_listlocalname |
|
93 | up_vars=!append line $typ1=$($typ) to $up_vars |
94 | up_vars=!append line $typ1=$($typ) to $up_vars |
- | 95 | !endif |
|
94 | !endif |
96 | !endif |
95 | !next m |
97 | !next m |
96 | up_vars=!lines2rows $up_vars |
98 | up_vars=!lines2rows $up_vars |
97 | !if $extern=yes |
99 | !if $extern=yes |
98 | up_external_auth=!lowercase $l |
100 | up_external_auth=!lowercase $l |