moodle/mod/quiz/report/overview/version.php
2009-03-05 11:24:15 +00:00

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
?>