X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Ftree.php;h=c36b61900a29569913bb446928d9d059fc1a909c;hp=9df95a5e78c122f0fe95a86419f930525a372080;hb=5f2c00dd9089adc62676ec4ff4dc89d37d5cae85;hpb=0d18f61419f5bb0032cdd52228022e6586b75314 diff --git a/functions/tree.php b/functions/tree.php index 9df95a5e..c36b6190 100644 --- a/functions/tree.php +++ b/functions/tree.php @@ -6,16 +6,12 @@ * 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-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ -/** @ignore */ -if (! defined('SM_PATH')) define('SM_PATH','../'); - -/** Clearly, this needs the IMAP functions.. */ require_once(SM_PATH . 'functions/imap.php'); /** @@ -199,5 +195,3 @@ function simpleWalkTreePre($index, $tree) { echo $tree[$index]['value'] . '
'; } } - -?> \ No newline at end of file