From 2d30f53dcc693150d6a6c03f98ea2dd04149e1bd Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 24 Aug 2006 10:12:15 +0000 Subject: [PATCH] Fixed syntax error in a PHPdoc comment. --- question/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/format.php b/question/format.php index 230959833d..8dd3b45213 100644 --- a/question/format.php +++ b/question/format.php @@ -39,7 +39,7 @@ class qformat_default { /** * - * @PARAM $matchgrades string 'error' or 'nearest', mismatched grades handling + * @param $matchgrades string 'error' or 'nearest', mismatched grades handling */ function importprocess($filename, $matchgrades='error') { /// Processes a given file. There's probably little need to change this -- 2.39.5