Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by cvsjoko, Mon Oct 28 00:54:16 2002 UTC | revision 1.3 by cvsjoko, Mon Oct 28 04:21:48 2002 UTC | |
|---|---|---|
| # | Line 474 class XML_RPC_Client | Line 474 class XML_RPC_Client |
| 474 | ||
| 475 | // print($op); | // print($op); |
| 476 | ||
| 477 | if (!fputs($fp, $op, strlen($op))) { | if (!$fp || !fputs($fp, $op, strlen($op))) { |
| 478 | $this->errstr="Write error"; | $this->errstr="Write error"; |
| 479 | return 0; | return 0; |
| 480 | } | } |
|
||||||||
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |