mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 15:18:41 +00:00
revert api function changes
This commit is contained in:
parent
dcc60246df
commit
9c86108a0f
|
|
@ -257,9 +257,7 @@ class BinarySearchTree
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($temp !== null) {
|
$temp->parent = $node?->parent;
|
||||||
$temp->parent = $node->parent;
|
|
||||||
}
|
|
||||||
|
|
||||||
$node = null;
|
$node = null;
|
||||||
|
|
||||||
|
|
@ -280,9 +278,7 @@ class BinarySearchTree
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($temp !== null) {
|
$temp->parent = $node?->parent;
|
||||||
$temp->parent = $node->parent;
|
|
||||||
}
|
|
||||||
|
|
||||||
$node = null;
|
$node = null;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user