- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/test/detect_query_create (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/pstamp/test/detect_query_create
r27784 r28017 16 16 $output, # Name of output table 17 17 $query_id, 18 $nostage, 18 19 ); 19 20 … … 22 23 'output|o=s' => \$output, 23 24 'query_id|q=s' => \$query_id, 25 'nostage' => \$nostage, 24 26 ) or pod2usage( 2 ); 25 27 … … 66 68 # } 67 69 ]; 70 unless(defined($nostage)) { 71 push @{ $header }, { name => 'STAGE', 72 writetype => TSTRING, 73 comment => 'processing stage to examine', 74 value => undef 75 }; 76 } 68 77 69 78 # Specification of columns to write
Note:
See TracChangeset
for help on using the changeset viewer.
