Rev 9880 | Rev 12411 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9880 | Rev 12080 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !if $wims_supertype!=0 and $class_typename isitemof portal,group,level |
1 | !if $wims_supertype!=0 and $class_typename isitemof portal,group,level |
2 | noarch=yes |
2 | noarch=yes |
3 | !exit |
3 | !exit |
4 | !endif |
4 | !endif |
5 | 5 | ||
6 |
|
6 | reclist=user,exo,sheet,exam,doc,sup,def,neighbor,log,forum,score,manual,cdt,vote,livret,seq,motd,userphoto |
7 | !! test of sharing ressources |
7 | !! test of sharing ressources |
8 | !if $class_typename!=program |
8 | !if $class_typename!=program |
9 | test_sharing=!defof sharable_all in wimshome/log/classes/$wims_class/neighbors |
9 | test_sharing=!defof sharable_all in wimshome/log/classes/$wims_class/neighbors |
10 | !endif |
10 | !endif |
11 | 11 |