Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / mod / lams / version.php
blob0e6816f2bfde86a9fd7405e27c697c144481f9b0
1 <?PHP // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of lams
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2007020200; // The current module version (Date: YYYYMMDDXX)
9 $module->requires = 2007020200; // Requires this Moodle version
10 $module->cron = 0; // Period for cron to check this module (secs)