Changeset 774

Show
Ignore:
Timestamp:
01/04/09 15:00:52 (4 years ago)
Author:
d0nut
Message:

its more relevant to know the personal activity

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • userboardactivity/files/lib/system/event/listener/UserBoardActivityUserPageListener.class.php

    r773 r774  
    6868                $result = WCF::getDB()->sendQuery($sql); 
    6969                while ($row = WCF::getDB()->fetchArray($result)) { 
    70                         $row['score'] = (($row['percentBoard']*0.7) + ($row['percentPersonal']*0.3)); 
     70                        $row['score'] = (($row['percentBoard']*0.3) + ($row['percentPersonal']*0.7)); 
    7171                        $this->boards[] = $row; 
    7272                }