Changeset 31052
- Timestamp:
- Mar 24, 2011, 8:34:27 PM (15 years ago)
- File:
-
- 1 edited
-
tags/ipp-20110218/ippTools/src/pztool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110218/ippTools/src/pztool.c
r31048 r31052 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.
