Rev 12739 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12739 | Rev 16804 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | !endif |
33 | !endif |
34 | 34 | ||
35 | sharablelist=!listcomplement $sharing in $sharelist |
35 | sharablelist=!listcomplement $sharing in $sharelist |
36 | !if $changeshare!=$empty |
36 | !if $changeshare!=$empty |
37 | changed=0 |
37 | changed=0 |
- | 38 | detail_share=open |
|
38 | wims_class_log=Allow $nei share $mksharable by $wims_realuser |
39 | wims_class_log=Allow $nei share $mksharable by $wims_realuser |
39 | !for r in $sharablelist |
40 | !for r in $sharablelist |
40 | !if $r isitemof $mksharable and $nei notitemof $(sharable_$r) |
41 | !if $r isitemof $mksharable and $nei notitemof $(sharable_$r) |
41 | sharable_$r=!append item $nei to $(sharable_$r) |
42 | sharable_$r=!append item $nei to $(sharable_$r) |
42 | changed=1 |
43 | changed=1 |