Skip to content

Commit

Permalink
Fixed Feature: Output of sTokenReturn Response fixed.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey181@6587 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Tim Wahrendorff committed Mar 26, 2009
1 parent 423be3e commit babca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/remotecontrol/lsrc.testclient.php
Expand Up @@ -399,7 +399,7 @@ function soapCheck ($path2wsdl)
$sOutput .= " <br/><br/><b>SOAP Error: ".$fault->faultcode." : ".$fault->faultstring."</b>";
}
//this are the return Values
$sOutput .= "<br/><br/><b>Return</b>: <br/>['iVid'] => ". $sReturn['iVid'] ." <br/> ['return'] => ". $sReturn['return'];
$sOutput .= "<br/><br/><b>Return</b>: <br/> ['return'] => ". $sReturn;
}
if(substr($key,0,6)=="insPar")
{
Expand Down

0 comments on commit babca7b

Please sign in to comment.