[Mapbender-commits] r3847 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Apr 3 01:59:49 EDT 2009


Author: christoph
Date: 2009-04-03 01:59:49 -0400 (Fri, 03 Apr 2009)
New Revision: 3847

Modified:
   trunk/mapbender/http/javascripts/map.php
Log:
http://trac.osgeo.org/mapbender/ticket/425

Modified: trunk/mapbender/http/javascripts/map.php
===================================================================
--- trunk/mapbender/http/javascripts/map.php	2009-04-03 05:58:00 UTC (rev 3846)
+++ trunk/mapbender/http/javascripts/map.php	2009-04-03 05:59:49 UTC (rev 3847)
@@ -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