X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fencode%2Fiso_8859_15.php;h=a2db358a6a8d8b86bb40c85ca89a7ef2bd80398b;hb=426815a31523da074c7ee9d31be791f2f67a7d7a;hp=8d228bc45e43106e286dc07ac9b67fb0d21debd9;hpb=4b4abf93a9624311afef0c385023724ee46a2b60;p=squirrelmail.git diff --git a/functions/encode/iso_8859_15.php b/functions/encode/iso_8859_15.php index 8d228bc4..a2db358a 100644 --- a/functions/encode/iso_8859_15.php +++ b/functions/encode/iso_8859_15.php @@ -6,7 +6,7 @@ * takes a string of unicode entities and converts it to a iso-8859-15 encoded string * Unsupported characters are replaced with ?. * - * @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 @@ -145,4 +145,3 @@ function unicodetoiso885915($var) { } return $ret; } -?> \ No newline at end of file