Allow lookups by fields other than nickname; LDAP backend needs to have this implemen...
[squirrelmail.git] / functions / encode / utf_8.php
index 5c64ac39c7b383bda09e48e1ec3373a67b428ee5..dda11ba95c658344c7505bca5db24caadaa0b0b0 100644 (file)
@@ -10,7 +10,7 @@
  * Original code is taken from www.php.net manual comments
  * Original author: ronen at greyzone dot com
  *
- * @copyright © 2004-2005 The SquirrelMail Project Team
+ * @copyright © 2004-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -118,4 +118,3 @@ function unicodetoutf8($var) {
     }
     return $ret;
 }
-?>
\ No newline at end of file