From: tjhunt Date: Thu, 24 Aug 2006 10:12:15 +0000 (+0000) Subject: Fixed syntax error in a PHPdoc comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2d30f53dcc693150d6a6c03f98ea2dd04149e1bd;p=moodle.git Fixed syntax error in a PHPdoc comment. --- 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