On Tue, Apr 24, 2007 at 01:50:02PM -0400, The Editor wrote:
> Very strange...  Here is the line that calls it in another subroutine 
> elsewhere
> 
>   if (function_exists($func)) $value= $func($params);
> 
> If I do
> 
> function ZAPMfunc($params) {
>   return gettype($params);
> 
> I get "string"

Please show the rest of the code... i.e., the part
where you're displaying $value, and where $params is
being set.  Without that sort of information we really
can't be of much more help.

Pm

_______________________________________________
pmwiki-devel mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to