Quote:
Originally Posted by MrOmega
Are you putting 'on' before the function name. You need to put that with trigger
Such as
PHP Code:
trigger( "foo", "");
Would call...
PHP Code:
function onFoo()
|
Sorry I mis-read your quote. I tried placing on before the function, and I still get the error message.