[Mapbender-commits] r9855 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Feb 1 01:08:35 PST 2018
Author: verenadiewald
Date: 2018-02-01 01:08:35 -0800 (Thu, 01 Feb 2018)
New Revision: 9855
Modified:
trunk/mapbender/http/classes/class_metadata_new.php
Log:
changed abstract to wmc_abstract (abstract defined as wmc_abstract in search view)
Modified: trunk/mapbender/http/classes/class_metadata_new.php
===================================================================
--- trunk/mapbender/http/classes/class_metadata_new.php 2018-02-01 08:56:00 UTC (rev 9854)
+++ trunk/mapbender/http/classes/class_metadata_new.php 2018-02-01 09:08:35 UTC (rev 9855)
@@ -548,7 +548,7 @@
for($i=0; $i<count($wmcMatrix);$i++){
$this->wmcJSON->wmc->srv[$i]->id = $wmcMatrix[$i]['wmc_id'];
$this->wmcJSON->wmc->srv[$i]->title = $wmcMatrix[$i]['wmc_title'];
- $this->wmcJSON->wmc->srv[$i]->abstract = $wmcMatrix[$i]['abstract'];
+ $this->wmcJSON->wmc->srv[$i]->abstract = $wmcMatrix[$i]['wmc_abstract'];
$this->wmcJSON->wmc->srv[$i]->date = date("d.m.Y",$wmcMatrix[$i]['wmc_timestamp']);
$this->wmcJSON->wmc->srv[$i]->respOrg = $wmcMatrix[$i]['mb_group_name'];
$this->wmcJSON->wmc->srv[$i]->logoUrl = $wmcMatrix[$i]['mb_group_logo_path'];
More information about the Mapbender_commits
mailing list