HOR-1443 "Add total trigger execution..."

HOR-1443 "Add total trigger execution..."

HOR-1443 "Add total trigger execution..."
This commit is contained in:
Luis Fernando Saisa Lopez
2016-07-19 14:26:51 -04:00
parent 005ee3ef2b
commit 1fe6764a8c
9 changed files with 292 additions and 86 deletions

View File

@@ -27,6 +27,10 @@ foreach ($aTriggers as $aTrigger) {
$geshi->set_line_style( 'background: #f0f0f0;' );
$triggersList[$i]['code'] = $geshi->parse_code(); //$aTrigger['TRIGGERS_VALUES'][$index]['TRI_WEBBOT'];
$triggerUid = $aTrigger['TRIGGERS_VALUES'][$index]['TRI_UID'];
$triggersList[$i]['script_execution_time'] = $aTrigger['TRIGGERS_EXECUTION_TIME'][$triggerUid];
$i ++;
}
} else {