Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FIxed the search
  • Loading branch information
moodler committed Aug 16, 2003
1 parent 73047f2 commit f07c9d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion course/teacher.php
Expand Up @@ -251,11 +251,13 @@
}

if ($search or $usercount > MAX_USERS_PER_PAGE) {
echo "<form action=teacher.php method=post>";
echo "<center>";
echo "<form action=teacher.php method=get>";
echo "<input type=hidden name=id value=\"$course->id\">";
echo "<input type=text name=search size=20>";
echo "<input type=submit value=\"$searchstring\">";
echo "</form>";
echo "</center>";
}

echo "</td></tr></table>";
Expand Down

0 comments on commit f07c9d2

Please sign in to comment.