added standard xmlrpc error-msg for 'entry not found'

This commit is contained in:
Ralf Becker 2004-03-07 09:55:43 +00:00
parent 9c9892c9b7
commit 99e4e9efec

View File

@ -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';