On Thu, Oct 16, 2003 at 12:44:18PM +0200, DF Junk, Christian wrote:
> > > 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})) {
> > 
> > Thanks! :) But where is the difference? I can't see it.
> > 
> > > Christian
> > 
> >   Martin
> 
> Hi, Martin!
> 
> There's a simple typing error :)
> 
> CkeckEmail - CheckEmail

Opps! Also the CkeckEmail() in Kernel/System/CheckItem.pm is with an typo.

I fixed it in the CVS head (not 1.1 tree - use still CkeckEmail() for OTRTS 1.1.x)!

Thanks Christian!

> Regards
> Christian

  Martin

--
Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/
--
Perfection is our goal, excellence will be tolerated. -- J. Yahl

_______________________________________________
OTRS mailing list: dev - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/dev
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/dev

Reply via email to