[Mapbender-commits] r2384 - branches/2.5/http/sld

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Apr 11 08:36:56 EDT 2008


Author: mschulz
Date: 2008-04-11 08:36:55 -0400 (Fri, 11 Apr 2008)
New Revision: 2384

Modified:
   branches/2.5/http/sld/sld_function_getusersld.php
Log:
getusersld was lacking sld includes

Modified: branches/2.5/http/sld/sld_function_getusersld.php
===================================================================
--- branches/2.5/http/sld/sld_function_getusersld.php	2008-04-11 11:46:47 UTC (rev 2383)
+++ branches/2.5/http/sld/sld_function_getusersld.php	2008-04-11 12:36:55 UTC (rev 2384)
@@ -29,10 +29,9 @@
  * @author Markus Krzyzanowski
  */
 
-#require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
-#include_once(dirname(__FILE__)."/sld_config.php");
+include_once(dirname(__FILE__)."/classes/StyledLayerDescriptor.php");
 include_once(dirname(__FILE__)."/../../conf/mapbender.conf");
-#require_once(dirname(__FILE__)."/../classes/class_mb_exception.php");
+include_once(dirname(__FILE__)."/sld_parse.php");
 
 /**
  * This function saves the data into the database
@@ -138,4 +137,4 @@
 		}
 	}
 }
-?>
\ No newline at end of file
+?>



More information about the Mapbender_commits mailing list