Show
Ignore:
Timestamp:
10/05/08 23:36:45 (5 years ago)
Author:
MDMAN
Message:

new version of profile.lastvisitors added

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • profile.lastvisitors/files/lib/page/MoreVisitorsTabPage.class.php

    r677 r678  
    5757                        $result = WCF::getDB()->sendQuery($sql); 
    5858                        while ($row = WCF::getDB()->fetchArray($result)) { 
    59                                 $this->visitors[] = new DatabaseObject($row); 
     59                                $this->visitors[] = $row; 
    6060                        } 
    6161