X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Ftree.php;h=9d38e562746af94715bfb324f2d58adbd9a5e548;hb=a53b1ba9fd9c3c2d144bf64599016b4b1087f94d;hp=14c32383abf02538ce634a8dd3cdcfbded1d1c2a;hpb=202bcbcc2b67c7c153db1b09b608b62beeba0496;p=squirrelmail.git diff --git a/functions/tree.php b/functions/tree.php index 14c32383..9d38e562 100644 --- a/functions/tree.php +++ b/functions/tree.php @@ -6,12 +6,13 @@ * This file provides functions to walk trees of folders, for * instance to delete a whole tree. * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2011 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ +require_once(SM_PATH . 'functions/imap.php'); /** * Recursive function to find the correct parent for a new node. @@ -194,5 +195,3 @@ function simpleWalkTreePre($index, $tree) { echo $tree[$index]['value'] . '
'; } } - -?> \ No newline at end of file