
16 Oct
2003
16 Oct
'03
9:55 a.m.
Hi! There is an error in \otrs\Kernel\System\CustomerUser\DB.pm at line 294: if ($Param{UserEmail} && !$Self->{CheckItemObject}->CkeckEmail(Address => $Param{UserEmail})) { should be if ($Param{UserEmail} && !$Self->{CheckItemObject}->CheckEmail(Address => $Param{UserEmail})) { Regards, Christian