mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
Check for one other value of access
This commit is contained in:
parent
dff440505a
commit
b3332e9707
@ -152,7 +152,7 @@
|
|||||||
$fields["note"] = $notes;
|
$fields["note"] = $notes;
|
||||||
$fields["label"] = $label;
|
$fields["label"] = $label;
|
||||||
|
|
||||||
if ($access == True) {
|
if ($access == True || $access == "private") {
|
||||||
$fields["access"] = 'private';
|
$fields["access"] = 'private';
|
||||||
} else {
|
} else {
|
||||||
$fields["access"] = 'public';
|
$fields["access"] = 'public';
|
||||||
|
Loading…
Reference in New Issue
Block a user