'&' => '&',
);
static $ILLEGAL_STRINGS = array(
- "\r" => '',
- "\n" => '<br />',
- ']]>' => ']]>',
+ "\r\n" => '<br />',
+ "\r" => '<br />',
+ "\n" => '<br />',
+ '[' => '[',
+ ']' => ']'
);
// extract the $tag from the $str(ing), if possible
/// Code fragment to define the version of hotpot
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
-$module->version = 2006042803; // release date of this version (see note below)
-$module->release = 'v2.1.18'; // human-friendly version name (used in mod/hotpot/lib.php)
+$module->version = 2006050200; // release date of this version (see note below)
+$module->release = 'v2.1.19'; // human-friendly version name (used in mod/hotpot/lib.php)
$module->cron = 0; // period for cron to check this module (secs)
// interpretation of YYYYMMDDXY version numbers
// YYYY : year