]> git.mjollnir.org Git - moodle.git/commitdiff
Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE.
authortjhunt <tjhunt>
Wed, 7 Nov 2007 12:35:33 +0000 (12:35 +0000)
committertjhunt <tjhunt>
Wed, 7 Nov 2007 12:35:33 +0000 (12:35 +0000)
mod/quiz/attempt.php
mod/quiz/comment.php

index 4a0c21794f5839aed29a84118ccb4ff72545dac3..3070e21640862088a75fb605ba0e4fc2d80f4f31 100644 (file)
@@ -1,15 +1,14 @@
 <?php  // $Id$
 /**
-* This page prints a particular instance of quiz
-*
-* @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 particular instance of quiz
+ *
+ * @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 d005fb5555c0c5aac4c4c9a244338a1ca56ee109..65a57e7b78b466ba67e497bf81fe93635a62625b 100644 (file)
@@ -1,11 +1,10 @@
 <?php  // $Id$
 /**
-* This page prints a review of a particular question attempt
-*
-* @version $Id$
-* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
-* @package quiz
-*/
+ * This page prints a review of a particular question attempt
+ *
+ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
+ * @package quiz
+ */
 
     require_once('../../config.php');
     require_once('locallib.php');