mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 21:29:45 +02:00
Remove extra ]
This commit is contained in:
@ -77,7 +77,7 @@
|
||||
$buffer[$this->id][$name] = $value;
|
||||
//echo '<br>'.$this->id.': '.$name.' => '.$value;
|
||||
}
|
||||
$buffer[$this->id]['access']] = $private;
|
||||
$buffer[$this->id]['access'] = $private;
|
||||
return $buffer;
|
||||
}
|
||||
|
||||
|
@ -143,7 +143,7 @@
|
||||
$buffer[$this->id][$name] = $value;
|
||||
//echo '<br>'.$name.' => '.$value;
|
||||
}
|
||||
$buffer[$this->id]['access']] = $private;
|
||||
$buffer[$this->id]['access'] = $private;
|
||||
return $buffer;
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
//$buffer[$this->id]["private"] = $private;
|
||||
//echo '<br>'.$name.' => '.$value;
|
||||
}
|
||||
$buffer[$this->id]['access']] = $private;
|
||||
$buffer[$this->id]['access'] = $private;
|
||||
return $buffer;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user