[Mapbender-commits] r6753 - trunk/mapbender/http/classes

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Aug 11 05:36:09 EDT 2010


Author: christoph
Date: 2010-08-11 09:36:08 +0000 (Wed, 11 Aug 2010)
New Revision: 6753

Modified:
   trunk/mapbender/http/classes/class_element.php
Log:
removed (commented) firephp calls

Modified: trunk/mapbender/http/classes/class_element.php
===================================================================
--- trunk/mapbender/http/classes/class_element.php	2010-08-10 20:03:21 UTC (rev 6752)
+++ trunk/mapbender/http/classes/class_element.php	2010-08-11 09:36:08 UTC (rev 6753)
@@ -231,21 +231,17 @@
 				include(dirname(__FILE__)."/../include/dyn_php.php");
 				
 				$splashScreen = "";
-				//global $firephp;
 				if (isset($use_load_message) AND $use_load_message != 'false') {
 					$this->isBodyAndUsesSplashScreen = true;
 					if (isset($htmlWhileLoading) && $htmlWhileLoading != '') {
-					//	$firephp->log("HTML");
 						$splashScreen .= $htmlWhileLoading; 
 					} elseif (isset($includeWhileLoading) && $includeWhileLoading != '' && file_exists(dirname(__FILE__)."/".$includeWhileLoading)) { 
-					//	$firephp->log("FILE");
 						ob_start();
 						include(dirname(__FILE__)."/".$includeWhileLoading);
 						$splashScreen .= ob_get_contents();
 						ob_end_clean();
 					}
 					else {
-					//	$firephp->log("DEFAULT");
 						$splashScreen .= "<img alt='indicator wheel' src='../img/indicator_wheel.gif'>&nbsp;" . 
 	"<strong>Ma<span style='font-color:#0000CE'>p</span><span style='font-color:#C00000'>b</span>ender " . 
 	MB_VERSION_NUMBER . " " . strtolower(MB_VERSION_APPENDIX) . "</strong>..." .



More information about the Mapbender_commits mailing list