mirror of
https://github.com/moodle/moodle.git
synced 2025-03-07 01:10:02 +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 = 2008062700; // The (date) version of this module
|
|
|
|
?>
|