Index: trunk/ippMonitor/raw/czartool_labels.php
===================================================================
--- trunk/ippMonitor/raw/czartool_labels.php	(revision 38256)
+++ trunk/ippMonitor/raw/czartool_labels.php	(revision 38257)
@@ -407,4 +407,7 @@
     global $headerColor;
     global $columnHeaderColor;
+    global $getFailures;
+    global $mainTable;
+    global $addSearchStage;
 
     // setup table
@@ -487,9 +490,10 @@
 	  $myTable    = $mainTable[$stage];
 	  $myFailures = $getFailures[$stage];
+	  # echo "myTable: $myTable";
 
 	  if ("$myFailures" == "NONE") {
             $link = $defaultlink;
           } else {
-            $link = $getFailures[$stage] . "?pass=" . $pass . "&proj=" . $proj . "&" . $myTable . ".label=" . $thisLabel;
+            $link = $myFailures . "?pass=" . $pass . "&proj=" . $proj . "&" . $myTable . ".label=" . $thisLabel;
 	    if ($addSearchState[$stage]) {
               // Note: Do not include the state for chip, cam, and warp so that both new and update faults are listed
