[Mapbender-commits] r2275 - branches/2.5/http/frames
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Thu Mar 20 07:01:25 EDT 2008
Author: christoph
Date: 2008-03-20 07:01:25 -0400 (Thu, 20 Mar 2008)
New Revision: 2275
Modified:
branches/2.5/http/frames/index.php
Log:
added gui_id to parameter list of iframe src
Modified: branches/2.5/http/frames/index.php
===================================================================
--- branches/2.5/http/frames/index.php 2008-03-20 10:13:35 UTC (rev 2274)
+++ branches/2.5/http/frames/index.php 2008-03-20 11:01:25 UTC (rev 2275)
@@ -125,7 +125,9 @@
else {
echo "?";
}
- echo "e_id_css=".db_result($res,$i,"e_id")."&e_id=".db_result($res,$i,"e_id")."&e_target=".db_result($res,$i,"e_target")."'";
+ echo "e_id_css=".db_result($res,$i,"e_id")."&e_id=".db_result($res,$i,"e_id") .
+ "&e_target=".db_result($res,$i,"e_target").
+ "&" . $urlParameters . "'";
}
else{
echo " src = '".preg_replace($pattern,$replacement,db_result($res,$i,"e_src"))."'";
More information about the Mapbender_commits
mailing list