Searched refs:total (Results 1 – 2 of 2) sorted by relevance
32 $total = 0; variable52 @$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
60 foreach ($totals as $category => $total) {61 status_print($category, $total, 40);
Completed in 4 milliseconds