[Mapbender-commits] r2434 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed May 7 09:07:59 EDT 2008
Author: christoph
Date: 2008-05-07 09:07:59 -0400 (Wed, 07 May 2008)
New Revision: 2434
Modified:
trunk/mapbender/http/classes/class_json.php
Log:
http://trac.osgeo.org/mapbender/ticket/218
Modified: trunk/mapbender/http/classes/class_json.php
===================================================================
--- trunk/mapbender/http/classes/class_json.php 2008-05-07 11:41:45 UTC (rev 2433)
+++ trunk/mapbender/http/classes/class_json.php 2008-05-07 13:07:59 UTC (rev 2434)
@@ -1,5 +1,5 @@
<?php
-# $Id$
+# $Id:class_json.php 2406 2008-04-23 15:59:31Z christoph $
# http://www.mapbender.org/index.php/JSON
# Copyright (C) 2002 CCGIS
#
@@ -57,7 +57,7 @@
*/
public function encode($anObject) {
if ($this->library == JSON_PEAR) {
- $pear = new Mapbender_JSON();
+ $pear = new Services_JSON();
$e = new mb_notice("using PEAR JSON");
return $pear->encode($anObject);
}
More information about the Mapbender_commits
mailing list