Changeset 21402 for trunk/ippTools/src/pzgetexp.c
- Timestamp:
- Feb 6, 2009, 3:25:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pzgetexp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pzgetexp.c
r18928 r21402 85 85 if (!all) { 86 86 char *query = "SELECT * from summitExp WHERE camera = \"%s\" and TELESCOPE = \"%s\" ORDER BY dateobs DESC LIMIT 1"; 87 if (!p_psDBRunQuery (config->dbh, query, camera, telescope)) {87 if (!p_psDBRunQueryF(config->dbh, query, camera, telescope)) { 88 88 psError(PS_ERR_UNKNOWN, false, "database error"); 89 89 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
