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' } } ) {