removed obsolete comment

This commit is contained in:
Roland Gruber 2007-07-22 13:19:58 +00:00
parent 30efa86e2f
commit 732dee72d3
1 changed files with 0 additions and 1 deletions

View File

@ -1338,7 +1338,6 @@ class accountContainer {
if (!is_array($temp)) $temp = array();
// merge changes
$DNs = array_keys($temp);
// *** fixme don't include references
if (is_array($temp)) $attributes = array_merge_recursive($temp, $attributes);
for ($i=0; $i<count($DNs); $i++) {
$ops = array_keys($temp[$DNs[$i]]);