From 44f16ef16d2b227dfc4dff36016fbec8e13c7b60 Mon Sep 17 00:00:00 2001 From: Jamie Pratt Date: Sat, 31 Mar 2012 10:25:13 +0700 Subject: [PATCH] MDL-47494 ddmarker: NOBUG some fixes to php doc comments --- question/type/ddmarker/imagetargetconverter.php | 6 +++--- question/type/ddmarker/questionlists.php | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/question/type/ddmarker/imagetargetconverter.php b/question/type/ddmarker/imagetargetconverter.php index cbbe57f0b94..55496749fb6 100644 --- a/question/type/ddmarker/imagetargetconverter.php +++ b/question/type/ddmarker/imagetargetconverter.php @@ -15,11 +15,11 @@ // along with Moodle. If not, see . /** - * This page lets admins check the environment requirements for this question type. + * This page lets admin convert imagetarget questions to the ddmarker question type. * * @package qtype - * @subpackage pmatch - * @copyright 2012 The Open University + * @subpackage ddmarker + * @copyright 2012 Jamie Pratt * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ diff --git a/question/type/ddmarker/questionlists.php b/question/type/ddmarker/questionlists.php index b7edebee3e8..a92a1bb7ff8 100644 --- a/question/type/ddmarker/questionlists.php +++ b/question/type/ddmarker/questionlists.php @@ -1,5 +1,4 @@