]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14681 - Fix package name of question/update.php.
authortjhunt <tjhunt>
Tue, 6 May 2008 07:34:46 +0000 (07:34 +0000)
committertjhunt <tjhunt>
Tue, 6 May 2008 07:34:46 +0000 (07:34 +0000)
question/upgrade.php

index 8988e979c569388e68eba7e23f9877f2845b4a4f..9d50d8aefe6d918f6ca110cbc648599544a0451f 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php // $Id$
 /**
  * This file contains dtabase upgrade code that is called from lib/db/upgrade.php,
  * and also check methods that can be used for pre-install checks via
@@ -7,7 +7,7 @@
  * @copyright &copy; 2007 The Open University
  * @author T.J.Hunt@open.ac.uk
  * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
- * @package package_name
+ * @package questionbank
  */
 
 /**