Oops use the correct totalprojects variable

This commit is contained in:
james 2007-12-12 21:00:12 +00:00
parent e99b57c4fa
commit 5207a0d6e2

View File

@ -239,7 +239,7 @@ else $wherestatus="";
foreach($cats AS $c=>$cn) {
echo "<td align=\"center\"><b>".($stats_categories[$c]?$stats_categories[$c]:0)."</b></td>";
}
echo "<td align=\"center\"><b>".($total_projects?$total_projects:0)."</b></td>";
echo "<td align=\"center\"><b>".($stats_totalprojects?$stats_totalprojects:0)."</b></td>";
echo "</tr>";
echo "</table>";
@ -252,23 +252,3 @@ else $wherestatus="";
send_footer();
?>