X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fxmlrpcs.inc;h=24cba8c2b36bf4b6a304b4e22d44a0ac54a97ad7;hb=7738461a542eae4a26c6253906843ce1aabe9add;hp=0ab6d5485bcf9a10a7efa687aec6a4beb5288bc7;hpb=f49e4f7f149082ee5f029e4693cb94bf3a244198;p=plcapi.git diff --git a/lib/xmlrpcs.inc b/lib/xmlrpcs.inc index 0ab6d54..24cba8c 100644 --- a/lib/xmlrpcs.inc +++ b/lib/xmlrpcs.inc @@ -493,14 +493,6 @@ */ var $user_data = null; - /** - * @deprecated - */ - function xmlrpc_client($dispMap=null, $serviceNow=true) - { - self::__construct($dispMap, $serviceNow); - } - /** * @param array $dispmap the dispatch map with definition of exposed services * @param boolean $servicenow set to false to prevent the server from running upon construction @@ -537,6 +529,14 @@ } } + /** + * @deprecated + */ + function xmlrpc_client($dispMap=null, $serviceNow=true) + { + self::__construct($dispMap, $serviceNow); + } + /** * Set debug level of server. * @param integer $in debug lvl: determines info added to xmlrpc responses (as xml comments)