In the slash_node function, there is a missing semi-colon after the line which defines $terms. This results in a parse error.
In the slash_node function, there is a missing semi-colon after the line which defines $terms. This results in a parse error.
Comments
Comment #1
frjo commentedTanks, I should learn to always test even after minor changes :-).
Comment #2
frjo commented