Index: trunk/ippTools/src/pubtool.c
===================================================================
--- trunk/ippTools/src/pubtool.c	(revision 25929)
+++ trunk/ippTools/src/pubtool.c	(revision 25931)
@@ -124,5 +124,5 @@
 
     psString query = NULL;              // Query to run
-    psStringAppend(&query, "UPDATE publishRun SET active = %d", active ? 1 : 0);
+    psStringAppend(&query, "UPDATE publishClient SET active = %d", active ? 1 : 0);
 
     if (psListLength(where->list)) {
