Same name and namespace in other branches
  1. 5.x includes/xmlrpc.inc \xmlrpc_clear_error()
  2. 6.x includes/xmlrpc.inc \xmlrpc_clear_error()

Clears any previously-saved errors.

See also

xmlrpc_error()

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

File

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

Code

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