IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2011, 5:50:44 PM (15 years ago)
Author:
watersc1
Message:

laptool -pendingrun needs to accept multiple labels simultaneously

File:
1 edited

Legend:

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

    r31478 r31482  
    384384  PXOPT_COPY_STR(config->args, where, "-projection_cell", "projection_cell", "==");
    385385  PXOPT_COPY_STR(config->args, where, "-filter", "filter", "==");
    386   PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
     386  //  PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    387387  PXOPT_COPY_STR(config->args, where, "-state", "state", "==");
    388388  PXOPT_COPY_STR(config->args, where, "-fault", "fault", "==");
    389389
     390  pxAddLabelSearchArgs(config, where, "-label", "lapRun.label", "==");
     391 
    390392  psString query = pxDataGet("laptool_pendingrun.sql");
    391393  if (!query) {
Note: See TracChangeset for help on using the changeset viewer.