forked from extern/egroupware
Add use of access field
This commit is contained in:
parent
7d197afd49
commit
9b868cb86a
@ -77,6 +77,7 @@
|
||||
$buffer[$this->id][$name] = $value;
|
||||
//echo '<br>'.$this->id.': '.$name.' => '.$value;
|
||||
}
|
||||
$buffer[$this->id]['access']] = $private;
|
||||
return $buffer;
|
||||
}
|
||||
|
||||
|
@ -143,6 +143,7 @@
|
||||
$buffer[$this->id][$name] = $value;
|
||||
//echo '<br>'.$name.' => '.$value;
|
||||
}
|
||||
$buffer[$this->id]['access']] = $private;
|
||||
return $buffer;
|
||||
}
|
||||
|
||||
|
@ -67,6 +67,7 @@
|
||||
//$buffer[$this->id]["private"] = $private;
|
||||
//echo '<br>'.$name.' => '.$value;
|
||||
}
|
||||
$buffer[$this->id]['access']] = $private;
|
||||
return $buffer;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user