fixed weird line endings in this file because perhaps it is the cause of bug 3301.

This commit is contained in:
gustav_delius
2005-05-20 20:44:25 +00:00
parent 3a32526b6b
commit f294ea047d
+20 -20
View File
@@ -1,20 +1,20 @@
<?PHP // $Id$
/////////////////////////////////////////////////////////////////////////////////
/// Code fragment to define the version of hotpot
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2005031418; // release date of this version (see note below)
$module->release = 'v2.0.8'; // human-friendly version name (used in mod/hotpot/lib.php)
$module->requires = 2003091111; // Requires at least Moodle version 1.1.1
$module->cron = 0; // period for cron to check this module (secs)
// interpretation of YYYYMMDDXY version numbers
// YYYY : year
// MM : month
// DD : day
// X : point release version 1,2,3 etc
// Y : increment between point releases
?>
<?PHP // $Id$
/////////////////////////////////////////////////////////////////////////////////
/// Code fragment to define the version of hotpot
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2005031418; // release date of this version (see note below)
$module->release = 'v2.0.8'; // human-friendly version name (used in mod/hotpot/lib.php)
$module->requires = 2003091111; // Requires at least Moodle version 1.1.1
$module->cron = 0; // period for cron to check this module (secs)
// interpretation of YYYYMMDDXY version numbers
// YYYY : year
// MM : month
// DD : day
// X : point release version 1,2,3 etc
// Y : increment between point releases
?>