IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2008, 2:06:31 PM (18 years ago)
Author:
bills
Message:

get project information from database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_finish.pl

    r19279 r19761  
    163163        # unless $exp_id is null (e.g. stack images) get the metadata for this exposure
    164164        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};
    166167        my $exp_info = get_exposure_info($image_db, $exp_id);
    167168
Note: See TracChangeset for help on using the changeset viewer.