Skip to content

Commit 55546b4

Browse files
author
root
committed
Update for feature #7617: Agent Performance Detail
1 parent 934b9fc commit 55546b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

goReports/goGetPerformanceDetails.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,10 @@
477477
$sub_statuses .= "$sub_status[$i]-";
478478
$sub_statusesFILE .= ",$sub_status[$i]";
479479
$sub_statusesARY[$j] = $sub_status[$i];
480-
if( ($sub_status[$i] != NULL) && ($sub_status[$i] != "undefi") ){
480+
//if( ($sub_status[$i] != NULL) && ($sub_status[$i] != "undefi") ){
481481
$SstatusesBOT .= "<th> $sub_status[$i] </th>";
482482
$j++;
483-
}
483+
//}
484484
}
485485
if (!preg_match("/-".$PCuser[$i]."-/", $PCusers)) {
486486
$PCusers .= $PCuser[$i]."-";
@@ -530,7 +530,7 @@
530530

531531
foreach($subs_to_print as $i => $val) {
532532
if ( ($Suser == $PCuser[$i]) AND ($Sstatus == $sub_status[$i]) ) {
533-
if( ($sub_status[$i] != NULL) && ($sub_status[$i] != "undefi") ){
533+
//if( ($sub_status[$i] != NULL) && ($sub_status[$i] != "undefi") ){
534534
$Spause_sec = ($Spause_sec + $PCpause_sec[$i]);
535535
$Snon_pause_sec = ($Snon_pause_sec + $PCnon_pause_sec[$i]);
536536
$Stotal_sec = ($Stotal_sec + $PCnon_pause_sec[$i] + $PCpause_sec[$i]);
@@ -542,7 +542,7 @@
542542

543543
$SstatusesBOTR[$m] .= "<td> $USERcodePAUSE_MS </td>";
544544
$status_found++;
545-
}
545+
//}
546546
}
547547

548548
$i++;

0 commit comments

Comments
 (0)