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/faketool.c

    r25835 r25840  
    346346
    347347    // pxUpdateRun gets parameters from config->args and updates
    348     bool result = pxUpdateRun(config, where, &query, true);
     348    bool result = pxUpdateRun(config, where, &query, "fakeRun", true);
    349349    if (!result) {
    350350        psError(PXTOOLS_ERR_DATA, false, "pxUpdateRun failed");
Note: See TracChangeset for help on using the changeset viewer.