From: martinahansen Date: Fri, 1 Aug 2008 04:56:16 +0000 (+0000) Subject: changed result key of count_records X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6694d804abc0dac681f58d06b629729e76e261cf;p=biopieces.git changed result key of count_records git-svn-id: http://biopieces.googlecode.com/svn/trunk@202 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/code_perl/Maasha/Biopieces.pm b/code_perl/Maasha/Biopieces.pm index 9e2d81a..a380d3b 100644 --- a/code_perl/Maasha/Biopieces.pm +++ b/code_perl/Maasha/Biopieces.pm @@ -5126,7 +5126,7 @@ sub script_count_records } } - $result = { "count_records" => $count }; + $result = { "RECORDS_COUNT" => $count }; $fh = write_stream( $options->{ "data_out" } );