Rev 14331 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14331 | Rev 14341 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | 18 | ||
19 | !if $limit>$maxuser |
19 | !if $limit>$maxuser |
20 | error=too_many_users |
20 | error=too_many_users |
21 | !exit |
21 | !exit |
22 | !endif |
22 | !endif |
- | 23 | ||
- | 24 | joker=-- |
|
23 | 25 | ||
24 | !if $gcnt<=0 and $method=raw |
26 | !if $gcnt<=0 and $method=raw |
25 | method=list |
27 | method=list |
26 | !endif |
28 | !endif |
27 | 29 |