Indefero

Indefero Commit Details


Date:2012-05-07 16:26:23 (12 years 7 months ago)
Author:Thomas Keller
Branch:develop, release-1.3
Commit:71c41fe940001ab06d0501e2bfd3ea0ab9eaf179
Parents: 8ad07075097716ad3cb75a5c598210895434d9a5
Message:Of course $ids should have been initialized beforehand...

Changes:

File differences

NEWS.mdtext
22
33
44
5
5
6
67
78
89
## Bugfixes
- Fix the display of empty project statistics
- Fix two bugs in the project list view if no project
is visible to the user or available in the forge
# InDefero 1.3.1 - Sun May 06 20:32 2012 UTC
src/IDF/Views.php
381381
382382
383383
384
384385
385386
386387
$db =& Pluf::db();
// the administrator can see all projects
if ($user->administrator) {
$ids = array();
$sql_results = $db->select(
'SELECT id FROM '.Pluf::f('db_table_prefix', '').'idf_projects'
);

Archive Download the corresponding diff file

Page rendered in 0.08013s using 13 queries.