mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
added standard xmlrpc error-msg for 'entry not found'
This commit is contained in:
parent
9c9892c9b7
commit
99e4e9efec
@ -81,6 +81,8 @@
|
||||
$GLOBALS['xmlrpcstr']['curl_fail'] = 'CURL error';
|
||||
$GLOBALS['xmlrpcerr']['no_access'] = 9;
|
||||
$GLOBALS['xmlrpcstr']['no_access'] = 'Access denied';
|
||||
$GLOBALS['xmlrpcerr']['not_existent'] = 10;
|
||||
$GLOBALS['xmlrpcstr']['not_existent'] = 'Entry does not (longer) exist!';
|
||||
|
||||
$GLOBALS['xmlrpc_defencoding'] = 'UTF-8';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user