W
|
wfcentral author 5/11/2008 |
okay - I got the email working now, I just need to make it so it ONLY SENDS EMAIL when the field "assigned_to" has changed... |
J
|
Jane 5/12/2008 |
Hi, if ($values["assigned_to"]==$oldvalues["assigned_to"]) { ... } |