projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7328234
)
Fixed syntax
author
Roland Mas
<lolando@debian.org>
Mon, 1 Mar 2010 21:44:30 +0000
(21:44 +0000)
committer
Roland Mas
<lolando@debian.org>
Mon, 1 Mar 2010 21:44:30 +0000
(21:44 +0000)
gforge/www/include/features_boxes.php
patch
|
blob
|
history
diff --git
a/gforge/www/include/features_boxes.php
b/gforge/www/include/features_boxes.php
index 348eea4fd4c9858aaac5038ff1bd43a536071455..ebffad514812b4413221c25f142b98106624a371 100644
(file)
--- a/
gforge/www/include/features_boxes.php
+++ b/
gforge/www/include/features_boxes.php
@@
-210,7
+210,7
@@
function show_highest_ranked_projects() {
} else {
$return = '<table summary="">';
$count = 0 ;
- while (
$row=db_fetch_array($result) && $count < 20
) {
+ while (
($row=db_fetch_array($result)) && ($count < 20)
) {
$t_prj_activity = number_format(substr($row['ranking'],0,5),0);
$t_prj_link = util_make_link_g ($row['unix_group_name'],$row['group_id'],$row['group_name']);