sqBodywrap was extreme slow on large messages. The reason for that were the
[squirrelmail.git] / functions / tree.php
index 9df95a5e78c122f0fe95a86419f930525a372080..a714d26a889f6f5486394f8aa92be1dc7840e45d 100644 (file)
  * @package squirrelmail
  */
 
-/** @ignore */
-if (! defined('SM_PATH')) define('SM_PATH','../');
-
-/** Clearly, this needs the IMAP functions.. */
-require_once(SM_PATH . 'functions/imap.php');
 
 /**
  * Recursive function to find the correct parent for a new node.
@@ -199,5 +194,3 @@ function simpleWalkTreePre($index, $tree) {
         echo $tree[$index]['value'] . '<br />';
     }
 }
-
-?>
\ No newline at end of file