Update of /cvsroot/stack/stack-1-0/scripts/rqp/moodle_16_rqp/quiz
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16221/scripts/rqp/moodle_16_rqp/quiz
Added Files:
version.php
Log Message:
Moodle V1.6 updated files - until new RQP code on Moodle CVS repository, overwrite latest distribution with these files
--- NEW FILE: version.php ---
<?php // $Id: version.php,v 1.1 2005/09/12 09:46:59 pkiddie Exp $
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the version of quiz
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2005091200; // The (date) version of this module
$module->requires = 2005021600; // Requires this Moodle version
$module->cron = 0; // How often should cron check this module (seconds)?
?>
|