IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2009, 12:22:54 PM (17 years ago)
Author:
bills
Message:

pass name of table to pxUpdateRun to disambiguate values in the joined tables.
fix a couple of other little problems

File:
1 edited

Legend:

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

    r25835 r25840  
    265265
    266266    // pxUpdateRun gets parameters from config->args and updates
    267     bool result = pxUpdateRun(config, where, &query, true);
     267    bool result = pxUpdateRun(config, where, &query, "camRun", true);
    268268    if (!result) {
    269269        psError(PXTOOLS_ERR_DATA, false, "pxUpdateRun failed");
Note: See TracChangeset for help on using the changeset viewer.