Skip to content

Commit

Permalink
Fixed typo from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Sep 21, 2002
1 parent e6b9ee0 commit 3f63219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
if ($students = get_course_students($course->id, "$sort $dir")) {
$numstudents = count($students);
echo "<H2 align=center>$numstudents $course->students</H2>";
if ($numstudents > 30) {
if ($numstudents < 30) {
foreach ($students as $student) {
print_user($student, $course, $string);
}
Expand Down

0 comments on commit 3f63219

Please sign in to comment.