Rev 4451 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4451 | Rev 10454 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !if $cn_ident=$empty |
4 | !if $cn_ident=$empty |
5 | !debug missing_ident |
5 | !debug missing_ident |
6 | !endif |
6 | !endif |
7 | 7 | ||
8 | ident_type= |
8 | ident_type= |
9 | ident_type=!defof ident_type in wimshome/log/classes/.connections/$cn_ident |
9 | ident_type=!defof ident_type in wimshome/log/classes/.connections/$cn_ident |
10 | !! readdef seems not to be working ?? |
10 | !! readdef seems not to be working ?? |
11 | !! !readdef wimshome/log/classes/.connections/$cn_ident |
11 | !! !readdef wimshome/log/classes/.connections/$cn_ident |
12 | !if $ident_type=$empty |
12 | !if $ident_type=$empty |
13 | !debug bad ident: $cn_ident |
13 | !debug bad ident: $cn_ident |
14 | !endif |
14 | !endif |