Re: Strange behaviour: double call to functions?

"Jorge López" <[email protected]> Tue, 18 Nov 2008 12:19:41 +0100
Newsgroups gmane.comp.php.xml-rpc
Message-ID <[email protected]>
Hi,

2008/11/18 Gaetano Giunta <[email protected]>:
> The server constructor executes the call, unless you pass to it a FALSE
> parameter.
>
> So if you build a server object and later call execute on it, it might do
> the job twice...

 That was the problem! Now it works all right :)

 Thank you very much for your help, Gaetano.

 Regards,

 Jorge.