Changeset 30729 for trunk/ippTools/src/bgtool.c
- Timestamp:
- Feb 22, 2011, 11:51:02 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/bgtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/bgtool.c
r29671 r30729 501 501 psString query = psStringCopy("UPDATE chipBackgroundRun"); 502 502 bool result = pxUpdateRun(config, where, &query, "chipBackgroundRun", "chip_bg_id", 503 "chipBackgroundImfile", true );503 "chipBackgroundImfile", true, true); 504 504 505 505 psFree(query); … … 1471 1471 psString query = psStringCopy("UPDATE warpBackgroundRun"); 1472 1472 bool result = pxUpdateRun(config, where, &query, "warpBackgroundRun", "warp_bg_id", 1473 "warpBackgroundSkyfile", true );1473 "warpBackgroundSkyfile", true, true); 1474 1474 1475 1475 psFree(query);
Note:
See TracChangeset
for help on using the changeset viewer.
