IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18479


Ignore:
Timestamp:
Jul 11, 2008, 10:20:05 AM (18 years ago)
Author:
Paul Price
Message:

Need to be specific as to whose state is being set.

File:
1 edited

Legend:

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

    r18478 r18479  
    7474    }
    7575
    76     psString query = psStringCopy("UPDATE warpRun JOIN fakeRun USING(fake_id) JOIN camRun USING(cam_id) JOIN chipRun USING(chip_id) JOIN rawExp USING(exp_id) SET state = '%s'");
     76    psString query = psStringCopy("UPDATE warpRun JOIN fakeRun USING(fake_id) JOIN camRun USING(cam_id) JOIN chipRun USING(chip_id) JOIN rawExp USING(exp_id) SET warpRun.state = '%s'");
    7777
    7878    if (where) {
Note: See TracChangeset for help on using the changeset viewer.