[Mapbender-commits] r7825 - branches/2.7/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon May 23 03:26:44 EDT 2011


Author: astrid_emde
Date: 2011-05-23 00:26:43 -0700 (Mon, 23 May 2011)
New Revision: 7825

Modified:
   branches/2.7/http/php/mod_category_filteredGUI.php
Log:
http://trac.osgeo.org/mapbender/ticket/834
variable $remove_gui was not defined

Modified: branches/2.7/http/php/mod_category_filteredGUI.php
===================================================================
--- branches/2.7/http/php/mod_category_filteredGUI.php	2011-05-18 10:25:08 UTC (rev 7824)
+++ branches/2.7/http/php/mod_category_filteredGUI.php	2011-05-23 07:26:43 UTC (rev 7825)
@@ -28,6 +28,7 @@
 $filter1 = $_POST["filter1"];
 $selected_category = $_POST["selected_category"];
 $selected_gui = $_POST["selected_gui"];
+$remove_gui = $_POST["remove_gui"];
 $insert = $_POST["insert"];
 $remove = $_POST["remove"];
 ?>



More information about the Mapbender_commits mailing list