Index: trunk/ippTools/src/camtool.c
===================================================================
--- trunk/ippTools/src/camtool.c	(revision 19293)
+++ trunk/ippTools/src/camtool.c	(revision 19301)
@@ -500,5 +500,5 @@
     }
 
-    // since there is only one exp per 'run' set camRun.state = 'stop'
+    // since there is only one exp per 'new' set camRun.state = 'full'
     if (!pxcamRunSetState(config, row->cam_id, "full")) {
         psError(PS_ERR_UNKNOWN, false, "failed to change camRun.state for cam_id: %" PRId64, row->cam_id);
Index: trunk/ippTools/src/difftool.c
===================================================================
--- trunk/ippTools/src/difftool.c	(revision 19293)
+++ trunk/ippTools/src/difftool.c	(revision 19301)
@@ -612,5 +612,5 @@
     int num;                            // Number affected
 
-    // Update state to 'run'
+    // Update state to 'new'
     {
         psString query = pxDataGet("difftool_revertdiffskyfile_update.sql");
@@ -810,5 +810,5 @@
     }
 
-    char *query = "UPDATE diffRun SET state = 'run' WHERE diff_id = '%" PRId64 "'";
+    char *query = "UPDATE diffRun SET state = 'new' WHERE diff_id = '%" PRId64 "'";
     if (!p_psDBRunQuery(config->dbh, query, run->diff_id)) {
         if (!psDBRollback(config->dbh)) {
Index: trunk/ippTools/src/stacktool.c
===================================================================
--- trunk/ippTools/src/stacktool.c	(revision 19293)
+++ trunk/ippTools/src/stacktool.c	(revision 19301)
@@ -818,5 +818,5 @@
     int numStacks;                      // Number of stacks affected
 
-    // Update state to 'run'
+    // Update state to 'new'
     {
         psString update = pxDataGet("stacktool_revertsumskyfile_update.sql");
