Hi

function subscription_comment($op,$comment)

should be

function subscription_comment($comment,$op)

and then it works.

Mark