Source for file version.php

Documentation is available at version.php

  1. <?php
  2.  
  3. ////////////////////////////////////////////////////////////////////////////////
  4. //  Code fragment to define the module version etc.
  5. //  This fragment is called by /admin/index.php
  6. ////////////////////////////////////////////////////////////////////////////////
  7.  
  8. $module->version  2008061301;
  9. $module->requires 2007021500;  // Requires Moodle 1.8
  10. $module->cron     60;
  11.  
  12. ?>

Documentation generated on Mon, 16 Jun 2008 15:57:06 +0100 by phpDocumentor 1.4.0