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

    r25835 r25840  
    266266
    267267    // pxUpdateRun gets parameters from config->args and runs the update query
    268     bool result = pxUpdateRun(config, where, &query, false);
     268    bool result = pxUpdateRun(config, where, &query, "addRun", false);
    269269
    270270    psFree(query);
Note: See TracChangeset for help on using the changeset viewer.