Source for file version.php

Documentation is available at version.php

  1. <?php
  2.  
  3. /**
  4. * Sloodle module version information.
  5. *
  6. * Code fragment required by Moodle for module management.
  7. *
  8. @package sloodle
  9. */
  10.  
  11. /////////////////////////////////////////////////////////////////////////////////
  12. ///  Code fragment to define the version of sloodle
  13. ///  This fragment is called by moodle_needs_upgrading() and /admin/index.php
  14. /////////////////////////////////////////////////////////////////////////////////
  15.  
  16. // Internal module version number
  17. $module->version  2008030400;  // YYYYMMDD##
  18. $module->requires 2006050512;  // The version of Moodle that is required
  19. $module->cron     0;           // How often should cron check this module (seconds)?
  20.  
  21. ?>

Documentation generated on Tue, 04 Mar 2008 15:08:58 +0000 by phpDocumentor 1.4.0