From: ethem Date: Wed, 26 Apr 2006 17:16:34 +0000 (+0000) Subject: Don't duplicate header. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=71f7797f2859e20e9d252b85d505a5a06e6e7ad9;p=moodle.git Don't duplicate header. --- diff --git a/enrol/authorize/index.php b/enrol/authorize/index.php index 53f9f5d071..8bc490e8f9 100644 --- a/enrol/authorize/index.php +++ b/enrol/authorize/index.php @@ -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, - "$authstrs->paymentmanagement", ""); + print_header_simple("$authstrs->paymentmanagement", "", "$authstrs->paymentmanagement"); /// If orderid is empty, user wants to see all orders