function xmlrpc_clear_error in Drupal 7
Same name and namespace in other branches
- 5 includes/xmlrpc.inc \xmlrpc_clear_error()
- 6 includes/xmlrpc.inc \xmlrpc_clear_error()
Clears any previously-saved errors.
See also
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);
}