IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2008, 4:29:30 PM (18 years ago)
Author:
Paul Price
Message:

Need to restrict what's inserted into magicInputSkyfile by the exp_id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/magictool.c

    r18692 r18697  
    271271        psFree(idString);
    272272
    273         if (!p_psDBRunQuery(config->dbh, thisInsert, magic_id)) {
     273        if (!p_psDBRunQuery(config->dbh, thisInsert, magic_id, exp_id)) {
    274274            psError(PS_ERR_UNKNOWN, false, "database error");
    275275            psFree(thisInsert);
Note: See TracChangeset for help on using the changeset viewer.