2007/12/5, Gustavo Azambuja <[EMAIL PROTECTED]>:
> 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.
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to