From: tjhunt Date: Wed, 21 Jan 2009 07:41:09 +0000 (+0000) Subject: Fix incorrect comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=285b83adf56250f06898b4824586dc891c2f670b;p=moodle.git Fix incorrect comment. --- diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 67b663b14a..c8928a26a2 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -120,7 +120,7 @@ define('PARAM_NUMBER', 0x000a); define('PARAM_ALPHA', 0x0004); /** - * PARAM_ALPHAEXT the same contents as PARAM_ALPHA plus the chars in quotes: "/-" allowed + * PARAM_ALPHAEXT the same contents as PARAM_ALPHA plus the chars in quotes: "_-" allowed * NOTE: originally this allowed "/" too, please use PARAM_SAFEPATH if "/" needed */ define('PARAM_ALPHAEXT', 0x2000);