| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Summary view] [Print] [Text view]
1 <?php // $Id: version.php,v 1.17.2.2 2008/07/11 02:54:54 moodler Exp $ 2 3 ///////////////////////////////////////////////////////////////////////////////// 4 /// Code fragment to define the version of label 5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php 6 ///////////////////////////////////////////////////////////////////////////////// 7 8 $module->version = 2007101510; // The current module version (Date: YYYYMMDDXX) 9 $module->requires = 2007101509; // Requires this Moodle version 10 $module->cron = 0; // Period for cron to check this module (secs) 11 12 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |