function xmlrpc_clear_error

Clears any previously-saved errors.

See also

xmlrpc_error()

1 call to xmlrpc_clear_error()
_xmlrpc in drupal/includes/xmlrpc.inc
Performs one or more XML-RPC requests.

File

drupal/includes/xmlrpc.inc, line 656
Drupal XML-RPC library.

Code

function xmlrpc_clear_error() {
  xmlrpc_error(NULL, NULL, TRUE);
}