Ignore:
Timestamp:
08/27/09 16:55:24 (15 years ago)
Author:
nanardon
Message:
  • DUMP/INPUT file: carraige return are now translate to \n and should be written in this form
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Utils.pm

    r399 r400  
    6565            die "Malformed input file\n"; 
    6666        $value =~ s/\s*$//; 
     67        $value =~ s/\\n/\n/g; 
    6768        if ($attributes{$attr}) { 
    6869            if (ref $attributes{$attr}) { 
     
    108109    $res; 
    109110} 
     111 
    1101121; 
Note: See TracChangeset for help on using the changeset viewer.