Fix hook name clash: new smtp_auth hook added recently (a few months ago) has been...
[squirrelmail.git] / functions / tree.php
index c758e630b629db76d1b8675d1aaa58e46288202b..9d38e562746af94715bfb324f2d58adbd9a5e548 100644 (file)
@@ -6,12 +6,13 @@
  * This file provides functions to walk trees of folders, for
  * instance to delete a whole tree.
  *
- * @copyright © 1999-2007 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.