Performance improvements for the tree.

This commit is contained in:
Deon George
2009-08-19 21:19:35 +10:00
parent 5669c92371
commit ebe2cb6eda
4 changed files with 16 additions and 8 deletions

View File

@@ -133,7 +133,6 @@ class TreeItem {
return;
array_push($this->children,$dn);
usort($this->children,'pla_compare_dns');
}
/**