- Timestamp:
- 10/03/08 20:57:31 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
profile.lastvisitors/files/lib/page/MoreVisitorsPage.class.php
r658 r677 56 56 $result = WCF::getDB()->sendQuery($sql); 57 57 while ($row = WCF::getDB()->fetchArray($result)) { 58 $this->visitors[] = $row;58 $this->visitors[] = new DatabaseObject($row); 59 59 } 60 60
