| 3 |
## $Id$ |
## $Id$ |
| 4 |
## -------------------------------------------------------------------------- |
## -------------------------------------------------------------------------- |
| 5 |
## $Log$ |
## $Log$ |
| 6 |
|
## Revision 1.4 2002/12/19 02:02:25 jonen |
| 7 |
|
## + minor changes |
| 8 |
|
## |
| 9 |
## Revision 1.3 2002/12/19 01:59:37 jonen |
## Revision 1.3 2002/12/19 01:59:37 jonen |
| 10 |
## + minor changes: coment debug prints |
## + minor changes: coment debug prints |
| 11 |
## |
## |
| 46 |
|
|
| 47 |
function call($command, $data = "", $decode = 0) { |
function call($command, $data = "", $decode = 0) { |
| 48 |
|
|
| 49 |
//print "call: $command<hr>"; |
// print "call: $command<hr>"; |
| 50 |
|
|
| 51 |
// data |
// data |
| 52 |
$data_enc = XML_RPC_encode($data); |
$data_enc = XML_RPC_encode($data); |