IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 22, 2009, 5:27:37 PM (17 years ago)
Author:
Paul Price
Message:

Had wrong table name.

File:
1 edited

Legend:

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

    r25929 r25931  
    124124
    125125    psString query = NULL;              // Query to run
    126     psStringAppend(&query, "UPDATE publishRun SET active = %d", active ? 1 : 0);
     126    psStringAppend(&query, "UPDATE publishClient SET active = %d", active ? 1 : 0);
    127127
    128128    if (psListLength(where->list)) {
Note: See TracChangeset for help on using the changeset viewer.