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

    r18336 r21402  
    5050
    5151    char *query = "UPDATE newExp SET state = '%s' WHERE exp_id = %"PRId64;
    52     if (!p_psDBRunQuery(config->dbh, query, state, exp_id)) {
     52    if (!p_psDBRunQueryF(config->dbh, query, state, exp_id)) {
    5353        psError(PS_ERR_UNKNOWN, false,
    5454                "failed to change state for exp_id %"PRId64, exp_id);
Note: See TracChangeset for help on using the changeset viewer.