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

Documentation generated on Fri, 17 Jul 2009 11:02:44 +0100 by phpDocumentor 1.4.0