mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
MDL-44180 mod_quiz: unified @package use
This commit is contained in:
parent
76e4de31cc
commit
01773a6d00
32 changed files with 76 additions and 105 deletions
|
@ -23,10 +23,9 @@
|
|||
*
|
||||
* This code used to be near the top of attempt.php, if you are looking for CVS history.
|
||||
*
|
||||
* @package mod
|
||||
* @subpackage quiz
|
||||
* @copyright 2009 Tim Hunt
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package mod_quiz
|
||||
* @copyright 2009 Tim Hunt
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
require_once(dirname(__FILE__) . '/../../config.php');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue