Indefero

Indefero Commit Details


Date:2012-05-07 16:12:55 (12 years 7 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:8ad07075097716ad3cb75a5c598210895434d9a5
Parents: a2d5b14a2cb9c9208bcc6a1b911bce9381baa214
Message:Fix the project display when no projects are available or visible.

Changes:

File differences

NEWS.mdtext
11
22
3
3
4
5
46
57
68
# InDefero 1.3.2 - xxx xxx xx xx:xx 2012 UTC
- ...
## Bugfixes
- Fix the display of empty project statistics
# InDefero 1.3.1 - Sun May 06 20:32 2012 UTC
src/IDF/Views.php
505505
506506
507507
508
508
509509
510510
511511
*/
public static function getProjectsStatistics($projects)
{
$projectIds = array();
$projectIds = array(0);
foreach ($projects as $project) {
$projectIds[] = $project->id;
}

Archive Download the corresponding diff file

Page rendered in 0.08285s using 13 queries.