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/dettool_processedexp.c

    r19092 r21402  
    105105    }
    106106
    107     if (!p_psDBRunQuery(config->dbh, query, (long long) det_id, (long long) exp_id)) {
     107    if (!p_psDBRunQueryF(config->dbh, query, (long long) det_id, (long long) exp_id)) {
    108108        psError(PS_ERR_UNKNOWN, false, "database error");
    109109        psFree(query);
Note: See TracChangeset for help on using the changeset viewer.