Home
last modified time | relevance | path

Searched refs:total (Results 1 – 2 of 2) sorted by relevance

/web-bugs/www/
H A Dstats.php32 $total = 0; variable
52 @$total += $row['quant'];
66 if ($total > 0) {
93 if ($total == 0) {
99 echo display_stat_header($total, true);
104 <td class="bug_bg0">{$total}</td>
119 echo display_stat_header($total, false);
206 function display_stat_header($total, $grandtotal = true) argument
H A Dlstats.php60 foreach ($totals as $category => $total) {
61 status_print($category, $total, 40);

Completed in 8 milliseconds