[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
The usort() error message appears when no game logs pass through the filters. The usort() function is used for sorting the selected logs, and when there are no logs, it gives an error message because it has nothing to sort. When a wrong userid is entered, and that userid is not in use by anyone, it will end up excluding all logs.