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_detrunsummary.c

    r19092 r21402  
    356356
    357357    char *query = "UPDATE detRunSummary SET accept = %d WHERE det_id = %"PRId64;
    358     if (!p_psDBRunQuery(config->dbh, query, accept, det_id)) {
    359         psError(PS_ERR_UNKNOWN, false, "database error");
    360         return false;
    361     }
    362 
    363     return true;
    364 }
    365 
    366 
     358    if (!p_psDBRunQueryF(config->dbh, query, accept, det_id)) {
     359        psError(PS_ERR_UNKNOWN, false, "database error");
     360        return false;
     361    }
     362
     363    return true;
     364}
     365
     366
Note: See TracChangeset for help on using the changeset viewer.