Don't duplicate header.

This commit is contained in:
ethem 2006-04-26 17:16:34 +00:00
parent 6f7d1382eb
commit 71f7797f28

View File

@ -28,8 +28,7 @@
if (!$course = get_record('course', 'id', $courseid)) {
error('Could not find that course');
}
print_header_simple("$course->shortname: $authstrs->paymentmanagement", $course->fullname,
"<a href=\"index.php\">$authstrs->paymentmanagement</a>", "");
print_header_simple("$authstrs->paymentmanagement", "", "<a href=\"index.php\">$authstrs->paymentmanagement</a>");
/// If orderid is empty, user wants to see all orders