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





_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to