commit | 5eddcf83fd1af870d02c9174ed4934203d339390 | [log] [tgz] |
---|---|---|
author | wbeaton <wbeaton> | Tue Dec 06 23:49:48 2011 +0000 |
committer | wbeaton <wbeaton> | Tue Dec 06 23:49:48 2011 +0000 |
tree | f0340f35e1b604ad2e77b43fb46faec92b56a8d6 | |
parent | 935262f36d794122cd90d07e3f2de23bac234a60 [diff] |
*** empty log message ***
diff --git a/planning/SimultaneousReleaseOverview.php b/planning/SimultaneousReleaseOverview.php index cd74631..1236f32 100644 --- a/planning/SimultaneousReleaseOverview.php +++ b/planning/SimultaneousReleaseOverview.php
@@ -177,6 +177,9 @@ <br> <?php } + $count = count($tracking_projects); + $total = $count + count($projects_tracking_with_parent); + echo "<p>$count projects are participating; total of $total with included subprojects."; } ?> \ No newline at end of file