Skip to content

Commit

Permalink
added the _ from the previous fix in the print statement as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Paczian committed Aug 17, 2012
1 parent c76d600 commit 72ebe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MGRAST/cgi/upload.cgi
Expand Up @@ -323,7 +323,7 @@ if (scalar(@rest) && $rest[0] eq 'user_inbox') {
print FH "type\t$file_type\n";
print FH "suffix\t$file_suffix\n";
print FH "file_type\t$file_format\n";
print FH "sequence type\t$file_seq_type\n";
print FH "sequence_type\t$file_seq_type\n";
print FH "file_checksum\t$file_md5\n";
print FH "file_size\t$file_size\n";
close(FH);
Expand Down

0 comments on commit 72ebe42

Please sign in to comment.