Show
Ignore:
Timestamp:
10/03/08 20:57:31 (5 years ago)
Author:
MDMAN
Message:

new version of profile.lastvisitors added

Files:
1 modified

Legend:

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

    r658 r677  
    5656                        $result = WCF::getDB()->sendQuery($sql); 
    5757                        while ($row = WCF::getDB()->fetchArray($result)) { 
    58                                 $this->visitors[] = $row; 
     58                                $this->visitors[] = new DatabaseObject($row); 
    5959                        } 
    6060