Error message

Hi Clifton,
This part of my XML file:
<limits>
<function name="myTrigger" event="trigger" params="" useTB="true">
<![CDATA[
tbfunction_pgTBObjSet("warning", "visible", true);
]]>
</function>
</limits>
produces this error:
The following error has occurred:
SyntaxError: missing ) after formal parameters (line number 5)
Any idea why please?
UPDATE
If I remove useTB="true" the error disappears. I now have another problem but I'll start a new topic for this.
This part of my XML file:
<limits>
<function name="myTrigger" event="trigger" params="" useTB="true">
<![CDATA[
tbfunction_pgTBObjSet("warning", "visible", true);
]]>
</function>
</limits>
produces this error:
The following error has occurred:
SyntaxError: missing ) after formal parameters (line number 5)
Any idea why please?
UPDATE
If I remove useTB="true" the error disappears. I now have another problem but I'll start a new topic for this.