Ignore:
Timestamp:
2012-01-11T10:09:03+13:00 (12 years ago)
Author:
davidb
Message:

Tidy up of code, removing commented out lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/html-to-expeditee/trunk/src/perllib/cgiactions/HtmlToExpediteeAction.pm

    r24934 r24936  
    9696    $expeditee_frame_io->buildFrame($exp_frame_tree);
    9797
    98 #    if (open(FOUT,">$frame_filename")) {
    99 #   binmode(FOUT,":utf8");
    100 
    101 #   print FOUT $json_str_utf8;
    102 #   close(FOUT);
    103 #   $gsdl_cgi->generate_message("html-to-expeditee saved frame $fn");
    104 #    }
    105 #    else {
    106 #   $gsdl_cgi->generate_error("Failed to open $frame_filename for output");
    107 #    }
    108 
    10998    if ($expeditee_frame_io->saveFrame($frame_filename)) {
    11099   
     
    117106    $gsdl_cgi->generate_error("Failed to open $frame_filename for output");
    118107    }
    119 
    120 
    121108}
    122109
Note: See TracChangeset for help on using the changeset viewer.