X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=demo%2Fclient%2Fsimple_call.php;h=9d47dc8aa20a0fdbd65b3d346b684f4918c69ef5;hb=359b82f62245b2323ead94b2e041a3d82f17467f;hp=f069a9e856bc182118cb8dbfdeb0210b57819eb8;hpb=12d67711933b569eb7332bea0d874ae394aedbfd;p=plcapi.git diff --git a/demo/client/simple_call.php b/demo/client/simple_call.php index f069a9e..9d47dc8 100644 --- a/demo/client/simple_call.php +++ b/demo/client/simple_call.php @@ -2,13 +2,13 @@ /** * Helper function for the terminally lazy * - * @copyright (c) 2006-2013 G. Giunta + * @copyright (c) 2006-2014 G. Giunta * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt */ /** * Takes a client object, a remote method name, and a variable numbers of - * php values, and calls the method with the supplied parameters. The + * php values, and calls the method with the supplied parameters. The * parameters are native php values and the result is an xmlrpcresp object. * * Notes: