Changeset 25931
- Timestamp:
- Oct 22, 2009, 5:27:37 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pubtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pubtool.c
r25929 r25931 124 124 125 125 psString query = NULL; // Query to run 126 psStringAppend(&query, "UPDATE publish RunSET active = %d", active ? 1 : 0);126 psStringAppend(&query, "UPDATE publishClient SET active = %d", active ? 1 : 0); 127 127 128 128 if (psListLength(where->list)) {
Note:
See TracChangeset
for help on using the changeset viewer.
