Changeset 19761 for trunk/pstamp/scripts/pstamp_finish.pl
- Timestamp:
- Sep 25, 2008, 2:06:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_finish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
r19279 r19761 163 163 # unless $exp_id is null (e.g. stack images) get the metadata for this exposure 164 164 my ($row, $req_info, $project) = get_request_info($rows, $rownum); 165 my ($image_db) = resolve_project($project); 165 my $proj_hash = resolve_project($project); 166 my $image_db = $proj_hash->{dbname}; 166 167 my $exp_info = get_exposure_info($image_db, $exp_id); 167 168
Note:
See TracChangeset
for help on using the changeset viewer.
