
6 Dec
2007
6 Dec
'07
8:51 a.m.
2007/12/5, Gustavo Azambuja
thanks!!!!!!! In version 2.2.4, the line (4192) is:
Before: if (!$Param{SendNoNotification}){
After: if (!$Param{SendNoNotification} && $State{TypeName} eq 'closed' ){
But that line will never match, will it? State names are "closed successful" and "closed unsuccessful", which is never "eq 'closed'"... -- Cheers, Peter.