IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 6, 2009, 3:25:03 PM (17 years ago)
Author:
eugene
Message:

converting to the new formatting version of p_psDBRunQueryF where appropriate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pzgetexp.c

    r18928 r21402  
    8585    if (!all) {
    8686        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)) {
    8888            psError(PS_ERR_UNKNOWN, false, "database error");
    8989            return false;
Note: See TracChangeset for help on using the changeset viewer.