- Timestamp:
- 10/05/08 23:36:45 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
profile.lastvisitors/files/lib/page/MoreVisitorsTabPage.class.php
r677 r678 57 57 $result = WCF::getDB()->sendQuery($sql); 58 58 while ($row = WCF::getDB()->fetchArray($result)) { 59 $this->visitors[] = new DatabaseObject($row);59 $this->visitors[] = $row; 60 60 } 61 61
