]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13643 - Missing constant definition
authorscyrma <scyrma>
Mon, 25 Feb 2008 08:11:07 +0000 (08:11 +0000)
committerscyrma <scyrma>
Mon, 25 Feb 2008 08:11:07 +0000 (08:11 +0000)
lib/moodlelib.php

index ec17ff8c13fd914429b148456a915b598b611ab3..3cbd8604a5b84ab5f424f11b953bc2ff89330928 100644 (file)
@@ -153,6 +153,11 @@ define('PARAM_FILE',     0x0010);
  */
 define('PARAM_TAG',   0x0011);
 
+/**
+ * PARAM_TAGLIST - list of tags separated by commas (interests, blogs, etc.)    
+ */     
+define('PARAM_TAGLIST',   0x0012);
+
 /**
  * PARAM_PATH - safe relative path name, all dangerous chars are stripped, protects against XSS, SQL injections and directory traversals
  * note: the leading slash is not removed, window drive letter is not allowed