Changeset 1668


Ignore:
Timestamp:
07/18/2010 06:43:32 AM (22 months ago)
Author:
Gongwei.Yu
Message:

[trunk]remove "other teams" from the bar chart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/home/contribution/teamContributionStatistic.php

    r1665 r1668  
    183183                        } else { 
    184184                                # group the others as a team 
    185                                 $other_team_score += $row['score']; 
     185                        //      $other_team_score += $row['score']; 
     186                                break; 
    186187                        } 
    187188                } 
    188                 if($i>5) $FC->addChartData($other_team_score,"name=Other team"); 
     189                //if($i>5) $FC->addChartData($other_team_score,"name=Other team"); 
    189190                         
    190191                 
Note: See TracChangeset for help on using the changeset viewer.