IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28494 for trunk/ippTools/src


Ignore:
Timestamp:
Jun 24, 2010, 4:04:54 PM (16 years ago)
Author:
Paul Price
Message:

Fix table names.

File:
1 edited

Legend:

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

    r28411 r28494  
    175175
    176176    PXOPT_COPY_S64(config->args, diffphotWhere, "-client_id", "client_id", "==");
    177     pxAddLabelSearchArgs(config, diffphotWhere, "-label", "diffphotRun.label", "==");
    178     pxAddLabelSearchArgs(config, diffphotWhere, "-data_group", "diffphotRun.data_group", "LIKE");
     177    pxAddLabelSearchArgs(config, diffphotWhere, "-label", "diffPhotRun.label", "==");
     178    pxAddLabelSearchArgs(config, diffphotWhere, "-data_group", "diffPhotRun.data_group", "LIKE");
    179179    PXOPT_COPY_TIME(config->args, diffphotWhere, "-dateobs_begin", "rawExp.dateobs", ">=");
    180180    PXOPT_COPY_TIME(config->args, diffphotWhere, "-dateobs_end", "rawExp.dateobs", "<=");
Note: See TracChangeset for help on using the changeset viewer.