IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2011, 12:23:14 PM (15 years ago)
Author:
rhenders
Message:

deals with mode argument

File:
1 edited

Legend:

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

    r30950 r31891  
    1212}
    1313
     14$mode = $_GET[mode];
    1415$type = $_GET[type];
    1516$label = $_GET[label];
    1617$stage = $_GET[stage];
    1718$plottype = $_GET[plottype];
     19
     20if ($label == "all") $label = "all_".$mode."_labels";
    1821
    1922if ($type=="t" || $type=="r" || $type=="rt" || $type=="rh")
Note: See TracChangeset for help on using the changeset viewer.