From 71f7797f2859e20e9d252b85d505a5a06e6e7ad9 Mon Sep 17 00:00:00 2001 From: ethem Date: Wed, 26 Apr 2006 17:16:34 +0000 Subject: [PATCH] Don't duplicate header. --- enrol/authorize/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5