Rev 12467 | Rev 13761 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12467 | Rev 13361 | ||
---|---|---|---|
Line 90... | Line 90... | ||
90 | !for m = 1 to $types_cnt |
90 | !for m = 1 to $types_cnt |
91 | typ=$(types[$m]) |
91 | typ=$(types[$m]) |
92 | !if Aup_var_ isin A$typ |
92 | !if Aup_var_ isin A$typ |
93 | typ1=!replace internal up_var_ by in $typ |
93 | typ1=!replace internal up_var_ by in $typ |
94 | !if $typ1 isitemof $tv_listlocalname |
94 | !if $typ1 isitemof $tv_listlocalname |
95 | up_vars=!append line $typ1=$($typ) to $up_vars |
95 | up_vars=!append line $typ1=$($typ) to $up_vars |
96 | !endif |
96 | !endif |
97 | !endif |
97 | !endif |
98 | !next m |
98 | !next m |
99 | up_vars=!lines2rows $up_vars |
99 | up_vars=!lines2rows $up_vars |
100 | !if $extern=yes |
100 | !if $extern=yes |
Line 136... | Line 136... | ||
136 | !endif |
136 | !endif |
137 | !if $up_firstname_!=$empty |
137 | !if $up_firstname_!=$empty |
138 | up_firstname=$up_firstname_ |
138 | up_firstname=$up_firstname_ |
139 | !endif |
139 | !endif |
140 | !if $up_firstname!=$empty and $up_lastname!=$empty |
140 | !if $up_firstname!=$empty and $up_lastname!=$empty |
141 | prop=yes |
141 | prop=yes |
142 | !endif |
142 | !endif |
143 | !endif |
143 | !endif |
144 | !endif |
144 | !endif |
145 | !if $wims_superclass!=$empty and $wims_superclass!=$wims_class |
145 | !if $wims_superclass!=$empty and $wims_superclass!=$wims_class |
146 | participate=!defof user_participate in wimshome/$userdir/$l |
146 | participate=!defof user_participate in wimshome/$userdir/$l |