IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2011, 2:34:55 PM (15 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/ipp-20110213/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippTools/src

  • branches/eam_branches/ipp-20110213/ippTools/src/bgtool.c

    r29671 r30812  
    501501    psString query = psStringCopy("UPDATE chipBackgroundRun");
    502502    bool result = pxUpdateRun(config, where, &query, "chipBackgroundRun", "chip_bg_id",
    503                               "chipBackgroundImfile", true);
     503                              "chipBackgroundImfile", true, true);
    504504
    505505    psFree(query);
     
    14711471    psString query = psStringCopy("UPDATE warpBackgroundRun");
    14721472    bool result = pxUpdateRun(config, where, &query, "warpBackgroundRun", "warp_bg_id",
    1473                               "warpBackgroundSkyfile", true);
     1473                              "warpBackgroundSkyfile", true, true);
    14741474
    14751475    psFree(query);
Note: See TracChangeset for help on using the changeset viewer.