removed obsolete comment
This commit is contained in:
parent
1ec0c6c2c6
commit
98fa964b89
|
@ -168,7 +168,6 @@ if ($_POST['delete']) {
|
||||||
if (is_array($temp)) {
|
if (is_array($temp)) {
|
||||||
// merge changes
|
// merge changes
|
||||||
$DNs = array_keys($temp);
|
$DNs = array_keys($temp);
|
||||||
// *** fixme don't include references
|
|
||||||
$attributes = array_merge_recursive($temp, $attributes);
|
$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