[Mapbender-commits] r2203 - branches/2.5/http/include

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Mar 6 10:59:58 EST 2008


Author: christoph
Date: 2008-03-06 10:59:57 -0500 (Thu, 06 Mar 2008)
New Revision: 2203

Modified:
   branches/2.5/http/include/dyn_js.php
Log:
changed e_id_css to e_id

Modified: branches/2.5/http/include/dyn_js.php
===================================================================
--- branches/2.5/http/include/dyn_js.php	2008-03-06 15:58:22 UTC (rev 2202)
+++ branches/2.5/http/include/dyn_js.php	2008-03-06 15:59:57 UTC (rev 2203)
@@ -20,7 +20,7 @@
 if(isset($gui_id))
 {
 	$sql = "SELECT * FROM gui_element_vars WHERE fkey_e_id = $1 AND fkey_gui_id = $2 and var_type='var'";
-	$v = array($e_id_css,$gui_id);
+	$v = array($e_id,$gui_id);
 	$t = array('s','s');
    	$res = db_prep_query($sql,$v,$t);
 	$arrays = array();



More information about the Mapbender_commits mailing list