Fixed a typo in the last authorize.net patch from Ethem

This commit is contained in:
patrickslee
2006-03-16 19:32:17 +00:00
parent 2e94cf0c09
commit 17eef684ae
+2 -1
View File
@@ -349,9 +349,10 @@
echo "</form></td>";
}
}
// Authorize.net: User Payments
if ($course->enrol == 'authorize' || (empty($course->enrol) && $CFG->enrol == 'authorize')) {
echo "<td nowrap=\"nowrap\"><form action=\"../enrol/authorize/index.php\" method=\"get\">";
echo "<input type=\"hidden\" name=\"id\" value=\"$course->id\" />";
echo "<input type=\"hidden\" name=\"course\" value=\"$course->id\" />";
echo "<input type=\"hidden\" name=\"user\" value=\"$user->id\" />";
echo "<input type=\"submit\" value=\"".get_string('payments')."\" />";
echo "</form></td>";