IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2010, 1:58:46 PM (16 years ago)
Author:
Paul Price
Message:

Fix ambiguous table.

File:
1 edited

Legend:

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

    r28343 r28358  
    301301    psMetadata *where = psMetadataAlloc();
    302302    PXOPT_COPY_S64(config->args, where,  "-diff_phot_id", "diff_phot_id", "==");
    303     pxAddLabelSearchArgs(config, where, "-label", "label", "==");
     303    pxAddLabelSearchArgs(config, where, "-label", "diffPhotRun.label", "==");
    304304
    305305    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    389389    psMetadata *where = psMetadataAlloc();
    390390    PXOPT_COPY_S64(config->args, where,  "-diff_phot_id", "diff_phot_id", "==");
    391     pxAddLabelSearchArgs (config, where, "-label", "label", "==");
     391    pxAddLabelSearchArgs (config, where, "-label", "diffPhotRun.label", "==");
    392392
    393393    psString query = pxDataGet("diffphottool_advance.sql");
Note: See TracChangeset for help on using the changeset viewer.