IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2011, 11:51:02 AM (15 years ago)
Author:
bills
Message:

add -destreaked option to -updaterun for chiptool warptool difftool and bgtool -updatechip and -updatewarp

File:
1 edited

Legend:

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

    r28486 r30729  
    278278
    279279// shared code for updating the various strings for a Run
    280 bool pxUpdateRun(pxConfig *config, psMetadata *where, psString *pQuery, psString runTable, psString idColumn, psString fileTable, bool has_dist_group)
     280bool pxUpdateRun(pxConfig *config, psMetadata *where, psString *pQuery, psString runTable, psString idColumn, psString fileTable, bool has_dist_group, bool has_magicked)
    281281{
    282282    PS_ASSERT_PTR_NON_NULL(config, false);
     
    360360    if (fileWhere) {
    361361        psStringAppend(pQuery, "%s", fileWhere);
     362    }
     363    if (has_magicked) {
     364        pxmagicAddWhere(config, pQuery, runTable);
    362365    }
    363366
Note: See TracChangeset for help on using the changeset viewer.