Explorar o código

Debugging: run_query now produces the debug output (log_kpi_duration)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2495 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=12) %!d(string=hai) anos
pai
achega
23163eb8f4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pages/run_query.php

+ 1 - 0
pages/run_query.php

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