Skip Menu |

This queue is for tickets about the Mail-Webmail-Gmail CPAN distribution.

Report information
The Basics
Id: 20104
Status: new
Priority: 0/
Queue: Mail-Webmail-Gmail

People
Owner: Nobody in particular
Requestors: x3 [...] hot.ee
Cc:
AdminCc:

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



Subject: getting contact list - fix!
in sub get_contacts: Change: unless ( defined( $functions{ 'a' } ) ) { return; } foreach ( @{ $functions{ 'a' } } ) { to: unless ( defined( $functions{ 'cl' } ) ) { return; } foreach ( @{ $functions{ 'cl' } } ) {