[Mapbender-commits] r1525 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Jul 23 03:42:18 EDT 2007


Author: christoph
Date: 2007-07-23 03:42:18 -0400 (Mon, 23 Jul 2007)
New Revision: 1525

Modified:
   trunk/mapbender/http/classes/class_administration.php
Log:
changed exception to notice

Modified: trunk/mapbender/http/classes/class_administration.php
===================================================================
--- trunk/mapbender/http/classes/class_administration.php	2007-07-20 15:31:02 UTC (rev 1524)
+++ trunk/mapbender/http/classes/class_administration.php	2007-07-23 07:42:18 UTC (rev 1525)
@@ -963,7 +963,7 @@
 	function char_decode($data) {
 		if (CHARSET == "UTF-8") {
 			if ($this->is_utf8($data)) {
-				$e = new mb_exception("Conversion: UTF-8 to ISO-8859-1");
+				$e = new mb_notice("Conversion: UTF-8 to ISO-8859-1");
 				return utf8_decode($data);
 			}
 		}
@@ -971,6 +971,4 @@
 		return $data;
 	}
 }
-	
-
-?>
+?>
\ No newline at end of file



More information about the Mapbender_commits mailing list