[Mapbender-commits] r4494 - trunk/mapbender/lib
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Aug 5 10:06:20 EDT 2009
Author: christoph
Date: 2009-08-05 10:06:20 -0400 (Wed, 05 Aug 2009)
New Revision: 4494
Modified:
trunk/mapbender/lib/class_Monitor.php
Log:
Modified: trunk/mapbender/lib/class_Monitor.php
===================================================================
--- trunk/mapbender/lib/class_Monitor.php 2009-08-05 14:06:10 UTC (rev 4493)
+++ trunk/mapbender/lib/class_Monitor.php 2009-08-05 14:06:20 UTC (rev 4494)
@@ -70,7 +70,6 @@
set_time_limit(TIME_LIMIT);
-
$this->timestamp = microtime(TRUE);
if ($this->capabilitiesURL) {
@@ -92,7 +91,7 @@
$this->timestamp_cap_end=microtime(TRUE);
//read local copy out of xml
$this->localXML = urldecode($this->getTagOutOfXML($this->reportFile,'getcapdoclocal'));
- $e=new mb_notice("Remote Caps: ".$this->remoteXML);
+// $e=new mb_notice("Remote Caps: ".$this->remoteXML);
// service unreachable
if (!$this->remoteXML) {
$this->result = -1;
More information about the Mapbender_commits
mailing list