IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24708


Ignore:
Timestamp:
Jul 7, 2009, 1:46:02 PM (17 years ago)
Author:
bills
Message:

fix sql error

File:
1 edited

Legend:

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

    r24681 r24708  
    131131    }
    132132
    133     char *query = "UPDATE camRun SET state = '%s', SET magicked = %" PRId64 " WHERE cam_id = %" PRId64;
     133    char *query = "UPDATE camRun SET state = '%s', magicked = %" PRId64 " WHERE cam_id = %" PRId64;
    134134    if (!p_psDBRunQueryF(config->dbh, query, state, magicked, cam_id)) {
    135135        psError(PS_ERR_UNKNOWN, false,
Note: See TracChangeset for help on using the changeset viewer.