commiting things to merge

This commit is contained in:
naomiaro 2010-09-07 16:20:02 -04:00
parent aa9528b9fd
commit f0af40ffea
2 changed files with 4 additions and 2 deletions

View file

@ -64,7 +64,8 @@ if ($verbose) {
echo "Host: {$url['host']}, path: {$url['path']}\n";
echo "Method: $method\n";
echo "Parameters:\n";
var_dump($pars);
//var_dump($pars);
var_dump($options);
}
$infos = array(
@ -283,7 +284,7 @@ switch ($method) {
} // switch
$fullmethod = $infos[$method]['m'];
$msg = new XML_RPC_Message($fullmethod, array(XML_RPC_encode($parr)));
$msg = new XML_RPC_Message($fullmethod, array(XML_RPC_encode($options)));
if ($verbose) {
echo "parr:\n";