[Mapbender-commits] r7218 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 11 10:06:24 EST 2010


Author: christoph
Date: 2010-12-11 07:06:24 -0800 (Sat, 11 Dec 2010)
New Revision: 7218

Modified:
   trunk/mapbender/http/php/mod_createCategory.php
Log:


Modified: trunk/mapbender/http/php/mod_createCategory.php
===================================================================
--- trunk/mapbender/http/php/mod_createCategory.php	2010-12-11 15:06:07 UTC (rev 7217)
+++ trunk/mapbender/http/php/mod_createCategory.php	2010-12-11 15:06:24 UTC (rev 7218)
@@ -17,14 +17,15 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-
+$e_id="createCategory";
 require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
 /*  
- * @security_patch irv open 
+ * @security_patch irv done 
  */ 
-security_patch_log(__FILE__,__LINE__); 
-import_request_variables("PG"); 
-$e_id="createCategory";
+//security_patch_log(__FILE__,__LINE__); 
+$newCategory = $_POST["newCategory"];
+$newDesc = $_POST["newDesc"];
+
 ?>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 



More information about the Mapbender_commits mailing list