fsf changes, meant to be rebased on upstream
[squirrelmail.git] / functions / tree.php
index a714d26a889f6f5486394f8aa92be1dc7840e45d..a42d9e08e5465a7e11cb8446e981e8a95001cd6f 100644 (file)
@@ -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-2022 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.