Brought CVS up to date with 1.2.0 rc1
[squirrelmail.git] / functions / tree.php
index 01e318daf4566c547eccc2be3d9d0717bae86d00..cda8c8e361d6b5f570ed362f697d797265b3d3e7 100644 (file)
@@ -7,7 +7,6 @@
    define('tree_php', true);
 
    include('../functions/imap.php');
-   include('../config/config.php');
 
    // Recursive function to find the correct parent for a new node
    function findParentForChild($value, $treeIndexToStart, $tree) {