From 63fc9bd4fd45fb225acba1c624aadfcded0338dc Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Mon, 4 Feb 2008 14:29:11 +0000 Subject: [PATCH] MDL-13087 Adding a page break before the first user report --- grade/report/user/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grade/report/user/index.php b/grade/report/user/index.php index 96d5669dbca..afe985bb20a 100644 --- a/grade/report/user/index.php +++ b/grade/report/user/index.php @@ -95,7 +95,8 @@ if ($access) { echo '
'; print_graded_users_selector($course, 'report/user/index.php?id=' . $course->id, $userid); echo '
'; - + echo "

"; + if ($userid === 0) { $gui = new graded_users_iterator($course); $gui->init();