Ignore:
Timestamp:
07/05/10 18:36:42 (14 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/mcinfo.php

    r9603 r9610  
    8787                        $query0 .= " CONCAT('failed (', " . $key . "Status.fReturnCode, ')'), ";
    8888                        $query0 .= " CONCAT('done (', " . $key . "Status.fStopTime, ";
    89                         $query0 .= " ',', TIMEDIFF(" . $key . "Status.fStopTime, " . $key . "Status.fStartTime), ')')))) ";
     89                        $query0 .= " ', ', TIMEDIFF(" . $key . "Status.fStopTime, " . $key . "Status.fStartTime), ')')))) ";
    9090
    9191                        //$query0 .= ", CONCAT( 'halo', " . $key . "Status.fStartTime)";
     
    103103
    104104        foreach ($_GET as $key => $element)
    105             if (($_GET[$key]=="On" || $groups>0))// && !empty($joins[$key]))
     105            if (($_GET[$key]=="On" || $groups>0 || $statusgroups>0))// && !empty($joins[$key]))
    106106                $query0 .= GetJoin($fromtable,$key);
    107107
     
    210210        printf("<img id='allbutton' src='minus.png' alt='-' onclick=\"showhide('all')\"> <b>Menu</b>&nbsp;&nbsp;&nbsp;&nbsp;\n");
    211211        printf("&nbsp;&nbsp;<img id='infobutton'   src='plus.png' alt='+' onClick=\"showhide('info');showhide('info2')\"> MCRunInfo  \n");
    212         printf("&nbsp;&nbsp;<img id='statbutton'   src='plus.png' alt='+' onClick=\"showhide('stat');showhide('fail')\">  StatusInfo \n");
     212        printf("&nbsp;&nbsp;<img id='statbutton'   src='plus.png' alt='+' onClick=\"showhide('stat')\">  StatusInfo \n");
    213213        printf("&nbsp;&nbsp;<img id='rangesbutton' src='plus.png' alt='+' onClick=\"showhide('ranges')\">                 Ranges     \n");
    214214
    215215        printf(" <div id='all' style='display:block'>");
    216216        PrintMCRunInfoMenu($host,$user,$pw,$db);
    217 //        PrintRunInfo2Menu($host,$user,$pw,$db);
    218217        PrintMCRunStatMenu();
    219         PrintFailMenu();
    220218        printf(" <div id='ranges' style='display:none'>");
    221 //        PrintSequMenu($host,$user,$pw,$db);
    222 //        PrintNightRangeMenu($host,$user,$pw,$db, "RunData");
    223219        printf("<p>");
    224 //        PrintZdRangeMenu($host,$user,$pw,$db);
    225220        PrintMCRunRangeMenu($host,$user,$pw,$db);
    226 //        printf(" <P>\n");
    227 //        PrintSourceMenu($host,$user,$pw,$db);
    228221        printf("<p>");
    229222        printf("</div>");
Note: See TracChangeset for help on using the changeset viewer.