Changeset 2392


Ignore:
Timestamp:
06/08/20 23:28:26 (4 years ago)
Author:
nanardon
Message:

Fix: call Utils::to_ascii in IDN one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Task/Buildnet.pm

    r2388 r2392  
    416416    } 
    417417 
    418     return to_ascii(join('', map { $com_prefix . $_ . "\n" } @output) . "\n"); 
     418    return LATMOS::Accounts::Utils::to_ascii(join('', map { $com_prefix . $_ . "\n" } @output) . "\n"); 
    419419} 
    420420 
     
    440440    ); 
    441441 
    442     return to_ascii(join(', ', grep { $_ } @desc) || ''); 
     442    return LATMOS::Accounts::Utils::to_ascii(join(', ', grep { $_ } @desc) || ''); 
    443443} 
    444444 
Note: See TracChangeset for help on using the changeset viewer.