]> git.mjollnir.org Git - moodle.git/commitdiff
Fix incorrect comment.
authortjhunt <tjhunt>
Wed, 21 Jan 2009 07:41:09 +0000 (07:41 +0000)
committertjhunt <tjhunt>
Wed, 21 Jan 2009 07:41:09 +0000 (07:41 +0000)
lib/moodlelib.php

index 67b663b14ac6fe2f2b48b1207db49f3349bb761d..c8928a26a21a8fac3795fdd12402afbfada853aa 100644 (file)
@@ -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);