]> git.mjollnir.org Git - moodle.git/commitdiff
Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE.
authortjhunt <tjhunt>
Wed, 7 Nov 2007 15:26:37 +0000 (15:26 +0000)
committertjhunt <tjhunt>
Wed, 7 Nov 2007 15:26:37 +0000 (15:26 +0000)
mod/quiz/editlib.php
mod/quiz/index.php
mod/quiz/locallib.php
mod/quiz/review.php
mod/quiz/reviewquestion.php

index bcfde9aa3fb58f2e52f674e7285234c31041a387..4e44355d65ab65385e7678d5a4f8b86aeaad55b6 100644 (file)
@@ -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");
 
index f2581761d6190a05735d3950092fb71b136bb12e..caf2e748eee8aa065bedbe61130903f7b8e54ec2 100644 (file)
@@ -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");
 
index a55b720b2c6b885e179959d78da75d08f0a9c9d0..bc7e7686a452ee1fb36970cc25ce1b8da0382610 100644 (file)
@@ -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
index d85f9861dd5f359cbd655902594856176a4a2d80..29bdcaab9c9788dbef2cf70fa3793bbb2c00cbaa 100644 (file)
@@ -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");
index c260d144281e0c138314962fc71932b53610cfae..e32aa95a65ff0d96a0c9e3a6226c48ea34df2288 100644 (file)
@@ -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');