Changeset 18697
- Timestamp:
- Jul 23, 2008, 4:29:30 PM (18 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 2 edited
-
share/magictool_definebyquery_insert.sql (modified) (1 diff)
-
src/magictool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magictool_definebyquery_insert.sql
r18663 r18697 6 6 CONCAT(tess_id, '.', skycell_id) AS node 7 7 FROM magicBestDiffs 8 WHERE 9 exp_id = '%s' -
trunk/ippTools/src/magictool.c
r18692 r18697 271 271 psFree(idString); 272 272 273 if (!p_psDBRunQuery(config->dbh, thisInsert, magic_id )) {273 if (!p_psDBRunQuery(config->dbh, thisInsert, magic_id, exp_id)) { 274 274 psError(PS_ERR_UNKNOWN, false, "database error"); 275 275 psFree(thisInsert);
Note:
See TracChangeset
for help on using the changeset viewer.
