removed obsolete comment
This commit is contained in:
parent
30efa86e2f
commit
732dee72d3
|
@ -1338,7 +1338,6 @@ class accountContainer {
|
||||||
if (!is_array($temp)) $temp = array();
|
if (!is_array($temp)) $temp = array();
|
||||||
// merge changes
|
// merge changes
|
||||||
$DNs = array_keys($temp);
|
$DNs = array_keys($temp);
|
||||||
// *** fixme don't include references
|
|
||||||
if (is_array($temp)) $attributes = array_merge_recursive($temp, $attributes);
|
if (is_array($temp)) $attributes = array_merge_recursive($temp, $attributes);
|
||||||
for ($i=0; $i<count($DNs); $i++) {
|
for ($i=0; $i<count($DNs); $i++) {
|
||||||
$ops = array_keys($temp[$DNs[$i]]);
|
$ops = array_keys($temp[$DNs[$i]]);
|
||||||
|
|
Loading…
Reference in New Issue