[pmwiki-devel] echo in HandleActions
adam overton
a at plus1plus1plus.org
Sat Jul 3 20:49:23 CDT 2010
hi
let's say i have a function like this:
function myfunc($pagename, $auth) {
echo "blam";
}
* if i call it with Markup, it spits out "blam"
* if i define an action like $HandleActions['testAction'] =
'myfunc';, it doesn't seem to execute the echo
is there a way to have defined actions print out to the screen? i'm
trying to be able to trace a backup function...
thanks!
adam
More information about the pmwiki-devel
mailing list