mirror of
https://github.com/moodle/moodle.git
synced 2025-03-09 10:19:56 +01:00
11 lines
394 B
PHP
11 lines
394 B
PHP
<?php // $Id$
|
|
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
// Code fragment to define the version of quiz overview report
|
|
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
$plugin->version = 2009030500; // The (date) version of this module
|
|
|
|
?>
|