function xmlrpc_clear_error in xmlrpc 8
Clears any previously-saved errors.
See also
1 call to xmlrpc_clear_error()
- _xmlrpc in ./
xmlrpc.inc - Performs one or more XML-RPC requests.
File
- ./
xmlrpc.inc, line 661 - Drupal XML-RPC library.
Code
function xmlrpc_clear_error() {
xmlrpc_error(NULL, NULL, TRUE);
}