Debugging: run_query now produces the debug output (log_kpi_duration)

SVN:trunk[2495]
This commit is contained in:
Romain Quetiez
2012-12-03 11:24:19 +00:00
parent 84e498e744
commit fe27ee4f22

View File

@@ -224,6 +224,7 @@ catch(Exception $e)
{
$oP->p('<b>'.Dict::Format('UI:RunQuery:Error', $e->getMessage()).'</b>');
}
ExecutionKPI::ReportStats();
$oP->output();
?>