On 12/23/05, Alexandre FOUREY <[EMAIL PROTECTED]> wrote:
> Hi,
>
> You get this error because $10 isn't populate by you regex.
>
> After this line
> /((...),\s+|)(\d\d|\d)\s(...)\s(\d\d\d\d)\s(\d\d|\d):(\d\d|\d):(\d\d|\d)\s((\+|\-)(\d\d)(\d\d)|...)/)
>
> add following code to check why $10 is empty
> $Self->{LogObject}->Log(Priotity => 'notice',Message=>"1 -> $1 2 -> $3
> ....to $10");
It'd also be useful to log $Param{String} so you know what is being
parsed by the regexp.
Bryan
_______________________________________________
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