1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-13 04:01:40 +01:00
fmarier 9858605e59 Add missing fields when upgrading/installing on Postgres
mod/exercise, mod/scorm and question/type/rqp
MDL-12023
2007-11-09 01:25:28 +00:00

13 lines
403 B
PHP

<?php // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2007110500;
$module->requires = 2007101000; // Requires this Moodle version
$module->cron = 60;
?>