[Mapbender-commits] r3498 - branches/2.5/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jan 29 06:12:16 EST 2009


Author: christoph
Date: 2009-01-29 06:12:16 -0500 (Thu, 29 Jan 2009)
New Revision: 3498

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

Modified: branches/2.5/http/javascripts/map.php
===================================================================
--- branches/2.5/http/javascripts/map.php	2009-01-28 16:23:40 UTC (rev 3497)
+++ branches/2.5/http/javascripts/map.php	2009-01-29 11:12:16 UTC (rev 3498)
@@ -109,6 +109,7 @@
 			if (file_exists($currentFile)) {
 				$e = new mb_notice("LOADING module : " . $currentFile);
 				require_once($currentFile);
+				echo "\n";
 			}
 			else {
 				$e = new mb_exception("Javascript module not found: " . $currentFile);
@@ -136,6 +137,7 @@
 		if (file_exists($currentFile)) {
 			$e = new mb_notice("LOADING Javascript: " . $currentFile . " of element: " . $e_id);
 			require_once($currentFile);
+			echo "\n";
 		}
 		else {
 			$e = new mb_exception("Javascript not found: " . $currentFile);



More information about the Mapbender_commits mailing list