[Mantisconnect-cvs] SF.net SVN: mantisconnect: [113] mantisconnect/trunk/webservice/mc
Brought to you by:
vboctor
From: <vb...@us...> - 2007-03-22 07:34:39
|
Revision: 113 http://svn.sourceforge.net/mantisconnect/?rev=113&view=rev Author: vboctor Date: 2007-03-22 00:34:36 -0700 (Thu, 22 Mar 2007) Log Message: ----------- Updated version to 1.1.0-SVN and fixed a copy-and-paste typo in WSDL. Modified Paths: -------------- mantisconnect/trunk/webservice/mc/mantisconnect.php mantisconnect/trunk/webservice/mc/mc_api.php Modified: mantisconnect/trunk/webservice/mc/mantisconnect.php =================================================================== --- mantisconnect/trunk/webservice/mc/mantisconnect.php 2007-03-05 16:14:51 UTC (rev 112) +++ mantisconnect/trunk/webservice/mc/mantisconnect.php 2007-03-22 07:34:36 UTC (rev 113) @@ -368,7 +368,7 @@ 'access_min' => array( 'name' => 'access_min', 'type' => 'tns:ObjectRef', 'minOccurs' => '0' ), 'file_path' => array( 'name' => 'file_path', 'type' => 'xsd:string', 'minOccurs' => '0' ), 'description' => array( 'name' => 'description', 'type' => 'xsd:string', 'minOccurs' => '0' ), - 'subprojects' => array( 'name' => 'description', 'type' => 'tns:ProjectDataArray', 'minOccurs' => '0' ) + 'subprojects' => array( 'name' => 'subprojects', 'type' => 'tns:ProjectDataArray', 'minOccurs' => '0' ) ) ); Modified: mantisconnect/trunk/webservice/mc/mc_api.php =================================================================== --- mantisconnect/trunk/webservice/mc/mc_api.php 2007-03-05 16:14:51 UTC (rev 112) +++ mantisconnect/trunk/webservice/mc/mc_api.php 2007-03-22 07:34:36 UTC (rev 113) @@ -24,7 +24,7 @@ */ function mc_version() { - return '0.0.5'; + return '1.1.0-SVN'; } # -------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |