Rev 14325 | Rev 14330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14325 | Rev 14329 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | error=not_supervisor |
8 | error=not_supervisor |
9 | !exit |
9 | !exit |
10 | !endif |
10 | !endif |
11 | 11 | ||
12 | !bound method within column,user,list,raw,percent default list |
12 | !bound method within column,user,list,raw,percent default list |
13 | maxuser=200 |
13 | |
- | 14 | maxuser=!defof MAX_USERFORGRADES in wimshome/public_html/bases/sys/define.conf |
|
14 | maxcol=32 |
15 | maxcol=32 |
15 | wims_form_method=post |
16 | wims_form_method=post |
16 | 17 | ||
17 | !if $ucnt>$maxuser |
18 | !if $ucnt>$maxuser |
18 | error=too_many_users |
19 | error=too_many_users |