]> git.donarmstrong.com Git - biopieces.git/commitdiff
changed result key of count_records
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 1 Aug 2008 04:56:16 +0000 (04:56 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Fri, 1 Aug 2008 04:56:16 +0000 (04:56 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@202 74ccb610-7750-0410-82ae-013aeee3265d

code_perl/Maasha/Biopieces.pm

index 9e2d81a2eff6665952b2529d3e5951f433de28d1..a380d3b9ddce682523e92caadbdc34b3533bf788 100644 (file)
@@ -5126,7 +5126,7 @@ sub script_count_records
         }
     }
 
-    $result = { "count_records" => $count };
+    $result = { "RECORDS_COUNT" => $count };
 
     $fh = write_stream( $options->{ "data_out" } );