Changeset 28743 for trunk/ippTools/src/bgtool.c
- Timestamp:
- Jul 28, 2010, 2:23:10 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/bgtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/bgtool.c
r28737 r28743 69 69 static const tableData warpTables[] = { 70 70 { "warpBackgroundRun", (void*)&warpBackgroundRunObjectFromMetadata, &warpBackgroundRunInsertObject }, 71 { "warpBackground Imfile", (void*)&warpBackgroundSkyfileObjectFromMetadata, &warpBackgroundSkyfileInsertObject },71 { "warpBackgroundSkyfile", (void*)&warpBackgroundSkyfileObjectFromMetadata, &warpBackgroundSkyfileInsertObject }, 72 72 { NULL, NULL, NULL } 73 73 }; … … 1260 1260 } 1261 1261 1262 psString query = psStringCopy("UPDATE warpBackgroundRun JOIN warpBackgroundSkyfile USING(warp_bg_id)");1262 psString query = psStringCopy("UPDATE warpBackgroundRun"); 1263 1263 bool result = pxUpdateRun(config, where, &query, "warpBackgroundRun", "warp_bg_id", 1264 1264 "warpBackgroundSkyfile", true);
Note:
See TracChangeset
for help on using the changeset viewer.
