IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38257 for trunk/ippMonitor


Ignore:
Timestamp:
May 13, 2015, 1:51:20 AM (11 years ago)
Author:
bills
Message:

need to declare some variables global

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/czartool_labels.php

    r38216 r38257  
    407407    global $headerColor;
    408408    global $columnHeaderColor;
     409    global $getFailures;
     410    global $mainTable;
     411    global $addSearchStage;
    409412
    410413    // setup table
     
    487490          $myTable    = $mainTable[$stage];
    488491          $myFailures = $getFailures[$stage];
     492          # echo "myTable: $myTable";
    489493
    490494          if ("$myFailures" == "NONE") {
    491495            $link = $defaultlink;
    492496          } else {
    493             $link = $getFailures[$stage] . "?pass=" . $pass . "&proj=" . $proj . "&" . $myTable . ".label=" . $thisLabel;
     497            $link = $myFailures . "?pass=" . $pass . "&proj=" . $proj . "&" . $myTable . ".label=" . $thisLabel;
    494498            if ($addSearchState[$stage]) {
    495499              // Note: Do not include the state for chip, cam, and warp so that both new and update faults are listed
Note: See TracChangeset for help on using the changeset viewer.