File: version.php

package info (click to toggle)
moodle 1.4.4.dfsg.1-3sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 57,876 kB
  • ctags: 29,496
  • sloc: php: 271,617; sql: 5,084; xml: 702; perl: 638; sh: 403; java: 283; makefile: 42; pascal: 21
file content (12 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<?PHP // $Id: version.php,v 1.8.4.3 2004/11/19 03:00:16 mjollnir_ Exp $

/////////////////////////////////////////////////////////////////////////////////
///  Code fragment to define the version of lesson
///  This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////

$module->version  = 2004060401;  // The current module version (Date: YYYYMMDDXX)
$module->requires = 2004052505;  // Requires this Moodle version
$module->cron     = 0;           // Period for cron to check this module (secs)

?>