Re: ERROR: invalid input syntax for integer: ""

Michiel Beijen <[email protected]>
Newsgroups gmane.comp.otrs.devel
Message-ID <CABD0r138mepHXrawoAW_z6MF9zYn63Qd3Fy3rUnD9ypVX12AkA@mail.gmail.com>
You're right. This was obsolete code and I've addressed this as well.
--
Mike

On Mon, Nov 7, 2011 at 09:41, Jens Wilke <[email protected]> wrote:
> On Saturday 05 November 2011 18:13:51 Michiel Beijen wrote:
>
> Hi Mike,
>
>> http://bugs.otrs.org/show_bug.cgi?id=7884
>
> Why do you think that these loops are still required:
>
> 119      my %StandardResponseData
> 120     = $Self->{StandardResponseObject}->StandardResponseList( Valid => 1 );
> 121     for my $StandardResponseID ( keys %StandardResponseData ) {
> 122     my $Active = 0;
> 123     for my $QueueID (@IDs) {
> 124     next if $QueueID ne $StandardResponseID;
> 125     $Active = 1;
> 126     last;
> 127     }
>
> 159      my %QueueData = $Self->{QueueObject}->QueueList( Valid => 1 );
> 160     for my $QueueID ( keys %QueueData ) {
> 161     my $Active = 0;
> 162     for my $StandardResponseID (@IDs) {
> 163     next if $StandardResponseID ne $QueueID;
> 164     $Active = 1;
> 165     last;
> 166     }
>
> Regards, Jens
> _______________________________________________
> 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
>
_______________________________________________
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.