Skip Menu |

This queue is for tickets about the Net-UCP CPAN distribution.

Report information
The Basics
Id: 11716
Status: resolved
Worked: 2 min
Priority: 0/
Queue: Net-UCP

People
Owner: Nobody in particular
Requestors: geurt [...] bibit.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.20
Fixed in: (no value)



Subject: slippery keyboard :)
Net-UCP-0.20 The wrong field is sent as SMS message. [root@pc127 Net]# diff UCP.pm UCPFIX.pm 177c177 < $param_tmp{amsg} = $args{SENDER_TEXT}; --- Show quoted text
> $param_tmp{amsg} = $args{MESSAGE_TEXT};
it should read MESSAGE_TEXT instead of SENDER_TEXT Geurt
From: Marco Romano <nemux [...] cpan.org>
To: bug-Net-UCP [...] rt.cpan.org
Subject: Re: [cpan #11716] slippery keyboard :)
Date: Wed, 2 Mar 2005 16:22:25 +0100
RT-Send-Cc:
Thanks Geurt :-) patched in 0.21 Version. Marco. On Wednesday 02 March 2005 16:13, Guest via RT wrote: Show quoted text
> This message about Net-UCP was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=11716 > > > Net-UCP-0.20 > > The wrong field is sent as SMS message. > > [root@pc127 Net]# diff UCP.pm UCPFIX.pm > 177c177 > < $param_tmp{amsg} = $args{SENDER_TEXT}; > --- >
> > $param_tmp{amsg} = $args{MESSAGE_TEXT};
> > it should read MESSAGE_TEXT instead of SENDER_TEXT > > Geurt