IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2010, 11:46:24 AM (16 years ago)
Author:
bills
Message:

Fix problem reported in ticket 1390. Disallow -updaterun -set_state update and print out
a suggestion on what to do.

File:
1 edited

Legend:

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

    r28082 r28202  
    426426    }
    427427
    428     psString query = psStringCopy("UPDATE warpRun JOIN warpSkyfile USING(warp_id) JOIN fakeRun USING(fake_id) JOIN camRun USING(cam_id) JOIN chipRun USING(chip_id) JOIN rawExp USING(exp_id)");
     428    psString query = psStringCopy("UPDATE warpRun");
    429429
    430430    // pxUpdateRun gets parameters from config->args and updates
Note: See TracChangeset for help on using the changeset viewer.