X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Ftree.php;h=91cd738c9cf85f29008e93d517564915d6150f2f;hp=a714d26a889f6f5486394f8aa92be1dc7840e45d;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;ds=sidebyside diff --git a/functions/tree.php b/functions/tree.php index a714d26a..91cd738c 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-2020 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.