Changeset 30587 for branches/czw_branch/20101203/ippToPsps
- Timestamp:
- Feb 11, 2011, 4:42:29 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/perl/ippToPsps/Gpc1Db.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
-
branches/czw_branch/20101203/ippToPsps/perl/ippToPsps/Gpc1Db.pm
r29234 r30587 34 34 35 35 return 1; 36 } 37 38 ########################################################################### 39 # 40 # Returns a count of warps thyat contributed to the stack with this stack ID 41 # 42 ########################################################################### 43 sub countContributingWarpsToStack { 44 my ($self, $stackId) = @_; 45 46 my $query = $self->{_db}->prepare(<<SQL); 47 SELECT COUNT(DISTINCT warp_id) 48 FROM stackInputSkyfile 49 WHERE stack_id = $stackId 50 SQL 51 52 $query->execute; 53 return scalar $query->fetchrow_array(); 36 54 } 37 55
Note:
See TracChangeset
for help on using the changeset viewer.
