[Mapbender-commits] r4336 - branches/2.6/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jul 10 11:28:50 EDT 2009
Author: christoph
Date: 2009-07-10 11:28:50 -0400 (Fri, 10 Jul 2009)
New Revision: 4336
Modified:
branches/2.6/http/javascripts/map.php
Log:
Modified: branches/2.6/http/javascripts/map.php
===================================================================
--- branches/2.6/http/javascripts/map.php 2009-07-10 15:28:32 UTC (rev 4335)
+++ branches/2.6/http/javascripts/map.php 2009-07-10 15:28:50 UTC (rev 4336)
@@ -177,13 +177,13 @@
echo "height:'".$row_js["e_height"]."'";
if (in_array($e_id, $modulesNotRelyingOnGlobalsArray)) {
echo ",\ninit : function () {\n";
- require_once($currentFile);
+ require($currentFile);
echo "}\n";
echo "};\n";
}
else {
echo "};\n";
- require_once($currentFile);
+ require($currentFile);
}
}
else {
More information about the Mapbender_commits
mailing list