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

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


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

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-23 07:42:18 UTC (rev 1525)
+++ trunk/mapbender/http/classes/class_administration.php	2007-07-23 07:42:50 UTC (rev 1526)
@@ -967,7 +967,7 @@
 				return utf8_decode($data);
 			}
 		}
-		$e = new mb_exception("no conversion: is " . CHARSET);
+		$e = new mb_notice("no conversion: is " . CHARSET);
 		return $data;
 	}
 }



More information about the Mapbender_commits mailing list