X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Ftree.php;h=f37c8422a7ee06dd3472177d9cf0b1b0bc9136f9;hb=6e189ce2d5f55a924286a193bdaa1978d82d5ea3;hp=cda8c8e361d6b5f570ed362f697d797265b3d3e7;hpb=6ee631f7b92f6a205e0841ac40e6b0e763a5a734;p=squirrelmail.git diff --git a/functions/tree.php b/functions/tree.php index cda8c8e3..f37c8422 100644 --- a/functions/tree.php +++ b/functions/tree.php @@ -6,7 +6,7 @@ return; define('tree_php', true); - include('../functions/imap.php'); + require_once('../functions/imap.php'); // Recursive function to find the correct parent for a new node function findParentForChild($value, $treeIndexToStart, $tree) { @@ -126,4 +126,4 @@ echo $tree[$index]['value'] . '
'; } } -?> +?> \ No newline at end of file