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  2008070702;
  9. $module->requires 2007021500;  // Requires Moodle 1.8
  10. $module->cron     60;
  11.  
  12. ?>

Documentation generated on Mon, 07 Jul 2008 12:33:24 +0100 by phpDocumentor 1.4.0