fix notice

This commit is contained in:
Antony Dovgal 2005-12-20 16:17:30 +00:00
parent 97ec0f3db5
commit 670b075f87

View File

@ -1503,7 +1503,7 @@ function get_summary($show_ext_summary, $show_html)
$x_leaked = (100.0 * $sum_results['LEAKED']) / $x_total;
$x_passed = (100.0 * $sum_results['PASSED']) / $x_total;
} else {
$x_warned = $x_failed = $x_passed = 0;
$x_warned = $x_failed = $x_passed = $x_leaked = 0;
}
$summary = "";