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

    r20973 r21402  
    481481
    482482    // 1st arg: where hook, 2nd arg: limit hook
    483     if (!p_psDBRunQuery(config->dbh, query, "", limitString ? limitString : "")) {
     483    if (!p_psDBRunQueryF(config->dbh, query, "", limitString ? limitString : "")) {
    484484        // XXX PS_EXIT_PROG_ERROR (incorrect SQL) or SYS_ERROR (database comms)
    485485        psError(PXTOOLS_ERR_PROG, false, "database error");
     
    630630
    631631    // 1st arg: where hook, 2nd arg: limit hook
    632     if (!p_psDBRunQuery(config->dbh, query, whereClause ? whereClause : "", "")) {
     632    if (!p_psDBRunQueryF(config->dbh, query, whereClause ? whereClause : "", "")) {
    633633        psError(PS_ERR_UNKNOWN, false, "database error");
    634634        psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.