From 16750bcd852d9a5aa5222236e13206f1158769e5 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 6 Jul 2006 09:45:02 +0000 Subject: [PATCH] File header cleanup. --- question/question.php | 51 +++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/question/question.php b/question/question.php index 4644179d46..81c7aaceb9 100644 --- a/question/question.php +++ b/question/question.php @@ -1,29 +1,28 @@ -libdir.'/filelib.php'); - - $id = optional_param('id', 0, PARAM_INT); // question id +libdir . '/filelib.php'); + + $id = optional_param('id', 0, PARAM_INT); // question id $qtype = optional_param('qtype', '', PARAM_FILE); $category = optional_param('category', 0, PARAM_INT); -- 2.39.5