moodle/mod/quiz/report/overview/version.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
?>