[Mapbender-commits] r2385 - branches/2.5/http/sld
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Apr 11 08:37:30 EDT 2008
Author: mschulz
Date: 2008-04-11 08:37:30 -0400 (Fri, 11 Apr 2008)
New Revision: 2385
Modified:
branches/2.5/http/sld/sld_parse.php
Log:
getusersld was lacking sld includes
Modified: branches/2.5/http/sld/sld_parse.php
===================================================================
--- branches/2.5/http/sld/sld_parse.php 2008-04-11 12:36:55 UTC (rev 2384)
+++ branches/2.5/http/sld/sld_parse.php 2008-04-11 12:37:30 UTC (rev 2385)
@@ -33,7 +33,7 @@
* @author Markus Krzyzanowski
*/
-require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
+//require_once(dirname(__FILE__)."/../php/mb_validateSession.php");
/**
* Creates a empty SLD object up to the rule object
@@ -903,4 +903,4 @@
return $styledlayerdescriptor;
}
-?>
\ No newline at end of file
+?>
More information about the Mapbender_commits
mailing list