forked from extern/egroupware
Remove extra ]
This commit is contained in:
parent
0b717ac195
commit
2e91489c7a
@ -77,7 +77,7 @@
|
|||||||
$buffer[$this->id][$name] = $value;
|
$buffer[$this->id][$name] = $value;
|
||||||
//echo '<br>'.$this->id.': '.$name.' => '.$value;
|
//echo '<br>'.$this->id.': '.$name.' => '.$value;
|
||||||
}
|
}
|
||||||
$buffer[$this->id]['access']] = $private;
|
$buffer[$this->id]['access'] = $private;
|
||||||
return $buffer;
|
return $buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@
|
|||||||
$buffer[$this->id][$name] = $value;
|
$buffer[$this->id][$name] = $value;
|
||||||
//echo '<br>'.$name.' => '.$value;
|
//echo '<br>'.$name.' => '.$value;
|
||||||
}
|
}
|
||||||
$buffer[$this->id]['access']] = $private;
|
$buffer[$this->id]['access'] = $private;
|
||||||
return $buffer;
|
return $buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
//$buffer[$this->id]["private"] = $private;
|
//$buffer[$this->id]["private"] = $private;
|
||||||
//echo '<br>'.$name.' => '.$value;
|
//echo '<br>'.$name.' => '.$value;
|
||||||
}
|
}
|
||||||
$buffer[$this->id]['access']] = $private;
|
$buffer[$this->id]['access'] = $private;
|
||||||
return $buffer;
|
return $buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user