Revision 473
Added by Matthias over 17 years ago
index.php | ||
---|---|---|
131 | 131 |
$editable_pages = $editable_pages+1; |
132 | 132 |
} |
133 | 133 |
} else { |
134 |
$can_modify = false; |
|
134 |
if($page['visibility'] == 'private') { |
|
135 |
continue; |
|
136 |
} |
|
137 |
else { |
|
138 |
$can_modify = false; |
|
139 |
} |
|
135 | 140 |
} |
136 | 141 |
|
137 | 142 |
// Work out if we should show a plus or not |
Also available in: Unified diff
Added changeset [472] also to the branches