Rev 3261 | Rev 4561 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3261 | Rev 4176 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | !if $q=$empty |
35 | !if $q=$empty |
36 | error=undefined query for type $type1 |
36 | error=undefined query for type $type1 |
37 | !exit |
37 | !exit |
38 | !else |
38 | !else |
39 | !if $q>$cnt |
39 | !if $q>$cnt |
40 | error=element |
40 | error=element #$q of type $type1 does not exist in this class ($qclass) |
41 | !exit |
41 | !exit |
42 | !endif |
42 | !endif |
43 | !endif |
43 | !endif |
44 | 44 | ||
45 | # L'element existe. on initialise la varible wims_$type1 |
45 | # L'element existe. on initialise la varible wims_$type1 |