IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28495


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

Backporting fix to table names.

Location:
tags/ipp-20100623
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20100623

  • tags/ipp-20100623/Ohana

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • tags/ipp-20100623/ippTools/share

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • tags/ipp-20100623/ippTools/src/pubtool.c

    r28411 r28495  
    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", "<=");
  • tags/ipp-20100623/psModules

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • tags/ipp-20100623/psphot

    • Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset for help on using the changeset viewer.