Suddenly error message when updating !

Suddenly error message when updating !

Hi

My form "purchase requests" in my appl. AFB System, suddenly cannot be updated. An error saying




I have only corrected my email notification in "on edit" and "validate on form submit" since my last succesfull update.

script;


if (input.PRRequest_Type  ==  "Sign and label")
{
    sendmail
    (
        To       :  "dennis.skouboe@andritz.com", "marianne.aafeldt@andritz.com", "camilla.kümmel@andritz.com"
        From     :  zoho.adminuserid
        Subject  :  "Sign and label assignment has been edited on " + input.PREdit_work_defined + ". Please look in AFB System."
        Message  :  "<p>Hi</p>\n<p>Sign and label assignment  request Id No." + input.ID + " has been edited. Please look in AFB System. </p>"
    )
}

BR Skouboe