function xmlrpc_clear_error

Same name and namespace in other branches
  1. 6.x drupal-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 drupal-7.x/includes/xmlrpc.inc
Performs one or more XML-RPC requests.

Archivo

drupal-7.x/includes/xmlrpc.inc, line 622
Drupal XML-RPC library.

Código

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