IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2014, 4:39:24 PM (12 years ago)
Author:
eugene
Message:

explicit reference to chipRun table needed

File:
1 edited

Legend:

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

    r36431 r37410  
    14541454    PXOPT_COPY_S64(config->args, where, "-chip_id", "chipRun.chip_id", "==");
    14551455    PXOPT_COPY_STR(config->args, where, "-reduction", "chipRun.reduction", "==");
    1456     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    1457     PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
     1456    pxAddLabelSearchArgs (config, where, "-label", "chipRun.label", "==");
     1457    PXOPT_COPY_STR(config->args, where, "-state", "chipRun.state", "==");
    14581458
    14591459    psString query = pxDataGet("chiptool_run.sql");
Note: See TracChangeset for help on using the changeset viewer.