Index: trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- trunk/ippMonitor/raw/czartool_labels.php	(revision 34900)
+++ trunk/ippMonitor/raw/czartool_labels.php	(revision 37983)
@@ -37,5 +37,6 @@
         "dist", 
         "pub",
-        "chipbackground");
+	);
+        # "chipbackground");
 
 $servers=array(
@@ -46,10 +47,10 @@
         "distribution",
         "pstamp",
-        "update",
-        "publishing",
+        # "update",
+        # "publishing",
         "registration",
         "replication",
         "stack",
-        "deepstack",
+        # "deepstack",
         "stdscience",
         "summitcopy");
@@ -95,5 +96,6 @@
 $labels = getLabels($czardb, $selectedMode);
 $distLabels = getLabels($czardb, "distribution");
-$pubLabels = getLabels($czardb, "publishing");
+# $pubLabels = getLabels($czardb, "publishing");
+$pubLabels = $labels;
 
 if ($debug) {
@@ -445,9 +447,10 @@
         $anyFaults = false; 
 
-        $link = "failedChipProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&chipRun.label=" . $thisLabel . "&chipRun.state=".$searchState;
+        // Note: Do not include the state for chip, cam, and warp so that both new and update faults are listed
+        $link = "failedChipProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&chipRun.label=" . $thisLabel ; # . "&chipRun.state=".$searchState;
         getStateAndFaults($db, $thisLabel, $selectedState, "chip", $str, $anyFaults);
         createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
 
-        $link = "failedCamProcessedExp.php?pass=" . $pass . "&proj=" . $proj . "&camRun.label=" . $thisLabel . "&camRun.state=".$searchState;
+        $link = "failedCamProcessedExp.php?pass=" . $pass . "&proj=" . $proj . "&camRun.label=" . $thisLabel ; # . "&camRun.state=".$searchState;
         getStateAndFaults($db, $thisLabel, $selectedState, "cam", $str, $anyFaults);
         createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
@@ -457,5 +460,5 @@
         createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
 
-        $link = "failedWarpSkyfiles.php?pass=" . $pass . "&proj=" . $proj . "&warpRun.label=" . $thisLabel . "&warpRun.state=".$searchState;
+        $link = "failedWarpSkyfiles.php?pass=" . $pass . "&proj=" . $proj . "&warpRun.label=" . $thisLabel ; # . "&warpRun.state=".$searchState;
         getStateAndFaults($db, $thisLabel, $selectedState, "warp", $str, $anyFaults);
         createFormattedTableCell($anyFaults, $link, $str, $anyFaults, 0);
