Make identities matching case insensitive
[squirrelmail.git] / functions / tree.php
index 14c32383abf02538ce634a8dd3cdcfbded1d1c2a..c758e630b629db76d1b8675d1aaa58e46288202b 100644 (file)
@@ -6,7 +6,7 @@
  * 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-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -194,5 +194,3 @@ function simpleWalkTreePre($index, $tree) {
         echo $tree[$index]['value'] . '<br />';
     }
 }
-
-?>
\ No newline at end of file