[Fusionforge-commits] r10842 - trunk/src/www/soap

Franck VILLAUME nerville at libremir.placard.fr.eu.org
Mon Oct 4 19:00:42 CEST 2010


Author: nerville
Date: 2010-10-04 19:00:41 +0200 (Mon, 04 Oct 2010)
New Revision: 10842

Modified:
   trunk/src/www/soap/nusoap.php
Log:
fix Revision -> Revisio to avoid Revision keyword overlap

Modified: trunk/src/www/soap/nusoap.php
===================================================================
--- trunk/src/www/soap/nusoap.php	2010-10-04 16:29:29 UTC (rev 10841)
+++ trunk/src/www/soap/nusoap.php	2010-10-04 17:00:41 UTC (rev 10842)
@@ -4126,7 +4126,7 @@
         	$payload .= $this->getDebugAsXMLComment();
         }
 		$this->outgoing_headers[] = "Server: $this->title Server v$this->version";
-		preg_match('/\$Revision$this->revision, $rev);
+		preg_match('/\$Revisio: ([^ ]+)/', $this->revision, $rev);
 		$this->outgoing_headers[] = "X-SOAP-Server: $this->title/$this->version (".$rev[1].")";
 		// Let the Web server decide about this
 		//$this->outgoing_headers[] = "Connection: Close\r\n";




More information about the Fusionforge-commits mailing list