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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 29 06:13:02 EST 2009


Author: christoph
Date: 2009-01-29 06:13:02 -0500 (Thu, 29 Jan 2009)
New Revision: 3499

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

Modified: trunk/mapbender/http/javascripts/map.php
===================================================================
--- trunk/mapbender/http/javascripts/map.php	2009-01-29 11:12:16 UTC (rev 3498)
+++ trunk/mapbender/http/javascripts/map.php	2009-01-29 11:13:02 UTC (rev 3499)
@@ -107,6 +107,7 @@
 	$currentFile = $libPath . $libFileArray[$i];
 	if (file_exists($currentFile)) {
 		require_once($currentFile);
+		echo "\n";
 	}
 	else {
 		$e = new mb_exception("Library not found: " . $currentFile);
@@ -129,6 +130,7 @@
 			$currentFile = dirname(__FILE__) . "/../javascripts/" . trim($moduleArray[$i]);
 			if (file_exists($currentFile)) {
 				require_once($currentFile);
+				echo "\n";
 			}
 			else {
 				$e = new mb_exception("Javascript module not found: " . $currentFile);



More information about the Mapbender_commits mailing list