From: tjhunt <tjhunt> Date: Wed, 7 Nov 2007 15:26:37 +0000 (+0000) Subject: Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f63a4ff2cc2e05126883ea5c5b98e3e392f49c6b;p=moodle.git Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE. --- diff --git a/mod/quiz/editlib.php b/mod/quiz/editlib.php index bcfde9aa3f..4e44355d65 100644 --- a/mod/quiz/editlib.php +++ b/mod/quiz/editlib.php @@ -1,14 +1,13 @@ <?php // $Id$ /** -* Functions used by edit.php to edit quizzes -* -* @version $Id$ -* @author Martin Dougiamas and many others. This has recently been extensively -* rewritten by members of the Serving Mathematics project -* {@link http://maths.york.ac.uk/serving_maths} -* @license http://www.gnu.org/copyleft/gpl.html GNU Public License -* @package quiz -*/ + * Functions used by edit.php to edit quizzes + * + * @author Martin Dougiamas and many others. This has recently been extensively + * rewritten by members of the Serving Mathematics project + * {@link http://maths.york.ac.uk/serving_maths} + * @license http://www.gnu.org/copyleft/gpl.html GNU Public License + * @package quiz + */ require_once("locallib.php"); diff --git a/mod/quiz/index.php b/mod/quiz/index.php index f2581761d6..caf2e748ee 100644 --- a/mod/quiz/index.php +++ b/mod/quiz/index.php @@ -1,12 +1,11 @@ <?php // $Id$ /** -* This page lists all the instances of quiz in a particular course -* -* @version $Id$ -* @author Martin Dougiamas and many others. -* @license http://www.gnu.org/copyleft/gpl.html GNU Public License -* @package quiz -*/ + * This page lists all the instances of quiz in a particular course + * + * @author Martin Dougiamas and many others. + * @license http://www.gnu.org/copyleft/gpl.html GNU Public License + * @package quiz + */ require_once("../../config.php"); require_once("locallib.php"); diff --git a/mod/quiz/locallib.php b/mod/quiz/locallib.php index a55b720b2c..bc7e7686a4 100644 --- a/mod/quiz/locallib.php +++ b/mod/quiz/locallib.php @@ -7,7 +7,7 @@ * This script also loads the code in {@link questionlib.php} which holds * the module-indpendent code for handling questions and which in turn * initialises all the questiontype classes. - * @version $Id$ + * * @author Martin Dougiamas and many others. This has recently been completely * rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of * the Serving Mathematics project diff --git a/mod/quiz/review.php b/mod/quiz/review.php index d85f9861dd..29bdcaab9c 100644 --- a/mod/quiz/review.php +++ b/mod/quiz/review.php @@ -1,15 +1,14 @@ <?php // $Id$ /** -* This page prints a review of a particular quiz attempt -* -* @version $Id$ -* @author Martin Dougiamas and many others. This has recently been completely -* rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of -* the Serving Mathematics project -* {@link http://maths.york.ac.uk/serving_maths} -* @license http://www.gnu.org/copyleft/gpl.html GNU Public License -* @package quiz -*/ + * This page prints a review of a particular quiz attempt + * + * @author Martin Dougiamas and many others. This has recently been completely + * rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of + * the Serving Mathematics project + * {@link http://maths.york.ac.uk/serving_maths} + * @license http://www.gnu.org/copyleft/gpl.html GNU Public License + * @package quiz + */ require_once("../../config.php"); require_once("locallib.php"); diff --git a/mod/quiz/reviewquestion.php b/mod/quiz/reviewquestion.php index c260d14428..e32aa95a65 100644 --- a/mod/quiz/reviewquestion.php +++ b/mod/quiz/reviewquestion.php @@ -1,15 +1,14 @@ <?php // $Id$ /** -* This page prints a review of a particular question attempt -* -* @version $Id$ -* @author Martin Dougiamas and many others. This has recently been completely -* rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of -* the Serving Mathematics project -* {@link http://maths.york.ac.uk/serving_maths} -* @license http://www.gnu.org/copyleft/gpl.html GNU Public License -* @package quiz -*/ + * This page prints a review of a particular question attempt + * + * @author Martin Dougiamas and many others. This has recently been completely + * rewritten by Alex Smith, Julian Sedding and Gustav Delius as part of + * the Serving Mathematics project + * {@link http://maths.york.ac.uk/serving_maths} + * @license http://www.gnu.org/copyleft/gpl.html GNU Public License + * @package quiz + */ require_once('../../config.php'); require_once('locallib.php');