X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=doc%2Ftree.txt;h=5ccb012d6a06014746bfe4382bf21a92bd0ca56d;hb=9783f396b2ff29e8bc6035fe1dc83fe76be3a32b;hp=15b174c8b92da9d98b568ccbb31398b2c7012a3f;hpb=36bb3d7c3fb52b505ec253589009a59d5995af5e;p=squirrelmail.git diff --git a/doc/tree.txt b/doc/tree.txt index 15b174c8..5ccb012d 100644 --- a/doc/tree.txt +++ b/doc/tree.txt @@ -20,7 +20,7 @@ The trickiest part was finding the correct parent node when creating a new node in the tree. Check the documentation in the code for more info on this. -Basically all we had to do as loop through each of the items that +Basically all we had to do was loop through each of the items that need to be in the tree (folders, subfolders), find their parent, let their parent know it has a new child, and insert the values into the child.