Changeset 31051
- Timestamp:
- Mar 24, 2011, 8:32:55 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pztool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pztool.c
r31047 r31051 612 612 " SELECT" 613 613 " %" PRId64 "," // exp_id 614 " %" PRId64 "," // summit_id615 614 " pzDownloadImfile.class_id," // tmp_class_id 616 615 " pzDownloadImfile.uri," // uri … … 624 623 " AND pzDownloadImfile.telescope = '%s'"; 625 624 626 if (!p_psDBRunQueryF(config->dbh, query, exp_id, summit_id,exp_name, inst, telescope)) {625 if (!p_psDBRunQueryF(config->dbh, query, exp_id, exp_name, inst, telescope)) { 627 626 psError(PS_ERR_UNKNOWN, false, "database error"); 628 627 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
