IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2011, 11:47:50 AM (15 years ago)
Author:
rhenders
Message:

Now linking publish faults to publishDone table rather than publishRun table

File:
1 edited

Legend:

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

    r30914 r30921  
    506506        createLabelTableCell($anyFaults, $link, $str);
    507507
    508         $link = "publishRun.php?pass=" . $pass . "&proj=" . $proj . "&publishRun.label=" . $thisLabel . "&publishRun.state=".$searchState;
     508        $link = "publishDone.php?pass=" . $pass . "&proj=" . $proj . "&publishRun.label=" . $thisLabel . "&publishRun.state=".$searchState;
    509509        getStateAndFaults($db, $thisLabel, $selectedState, "pub", $str, $anyFaults);
    510510        createLabelTableCell($anyFaults, $link, $str);
Note: See TracChangeset for help on using the changeset viewer.